Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 334 for dropg (0.14 sec)

  1. src/runtime/debugcall.go

    			// transition anymore.
    			trace.GoPark(traceBlockDebugCall, 1)
    		}
    		casGToWaiting(gp, _Grunning, waitReasonDebugCall)
    		if trace.ok() {
    			traceRelease(trace)
    		}
    		dropg()
    
    		// Directly execute the new goroutine. The debug
    		// protocol will continue on the new goroutine, so
    		// it's important we not just let the scheduler do
    		// this or it may resume a different goroutine.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 20:50:21 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/capture/testdata/drop-invalid.golden

    iptables -t nat -N ISTIO_INBOUND
    iptables -t nat -N ISTIO_REDIRECT
    iptables -t nat -N ISTIO_IN_REDIRECT
    iptables -t nat -N ISTIO_OUTPUT
    iptables -t mangle -A PREROUTING -m conntrack --ctstate INVALID -j DROP
    iptables -t nat -A ISTIO_INBOUND -p tcp --dport 15008 -j RETURN
    iptables -t nat -A ISTIO_REDIRECT -p tcp -j REDIRECT --to-ports 15001
    iptables -t nat -A ISTIO_IN_REDIRECT -p tcp -j REDIRECT --to-ports 15006
    iptables -t nat -A OUTPUT -p tcp -j ISTIO_OUTPUT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. cni/pkg/plugin/testdata/invalid-drop.txt.golden

    * mangle
    -A PREROUTING -m conntrack --ctstate INVALID -j DROP
    COMMIT
    * nat
    -N ISTIO_INBOUND
    -N ISTIO_REDIRECT
    -N ISTIO_IN_REDIRECT
    -N ISTIO_OUTPUT
    -A ISTIO_INBOUND -p tcp --dport 15008 -j RETURN
    -A ISTIO_REDIRECT -p tcp -j REDIRECT --to-ports 15001
    -A ISTIO_IN_REDIRECT -p tcp -j REDIRECT --to-ports 15006
    -A PREROUTING -p tcp -j ISTIO_INBOUND
    -A ISTIO_INBOUND -p tcp --dport 15020 -j RETURN
    -A ISTIO_INBOUND -p tcp --dport 15021 -j RETURN
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 22:54:20 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. releasenotes/notes/drop-kustomize.yaml

    John Howard <******@****.***> 1681438482 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 14 02:14:42 UTC 2023
    - 344 bytes
    - Viewed (0)
  5. releasenotes/notes/drop-headless.yaml

    John Howard <******@****.***> 1708755516 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 24 06:18:36 UTC 2024
    - 164 bytes
    - Viewed (0)
  6. releasenotes/notes/drop-iop.yaml

    John Howard <******@****.***> 1700260866 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 22:41:06 UTC 2023
    - 769 bytes
    - Viewed (0)
  7. releasenotes/notes/drop-taint.yaml

    John Howard <******@****.***> 1681485163 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 14 15:12:43 UTC 2023
    - 150 bytes
    - Viewed (0)
  8. releasenotes/notes/drop-default-tracing.yaml

    John Howard <******@****.***> 1709830758 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 16:59:18 UTC 2024
    - 934 bytes
    - Viewed (0)
  9. releasenotes/notes/drop-gateway-alpha.yaml

    John Howard <******@****.***> 1683566761 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 17:26:01 UTC 2023
    - 216 bytes
    - Viewed (0)
  10. src/runtime/cgo/callbacks.go

    //go:linkname _cgo_pthread_key_created _cgo_pthread_key_created
    var x_cgo_pthread_key_created byte
    var _cgo_pthread_key_created = &x_cgo_pthread_key_created
    
    // Export crosscall2 to a c function pointer variable.
    // Used to dropm in pthread key destructor, while C thread is exiting.
    
    //go:cgo_import_static x_crosscall2_ptr
    //go:linkname x_crosscall2_ptr x_crosscall2_ptr
    //go:linkname _crosscall2_ptr _crosscall2_ptr
    var x_crosscall2_ptr byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 5.6K bytes
    - Viewed (0)
Back to top