const runtime.stackPreempt
10 uses
runtime (current package)
lock_sema.go#L127: gp.stackguard0 = stackPreempt
preempt.go#L195: if gp.preemptStop && gp.preempt && gp.stackguard0 == stackPreempt && asyncM == gp.m && atomic.Load(&asyncM.preemptGen) == asyncGen {
preempt.go#L207: gp.stackguard0 = stackPreempt
proc.go#L3509: _g_.stackguard0 = stackPreempt
proc.go#L3602: _g_.stackguard0 = stackPreempt // see comment in entersyscall
proc.go#L3686: _g_.stackguard0 = stackPreempt
proc.go#L5376: gp.stackguard0 = stackPreempt
runtime1.go#L479: _g_.stackguard0 = stackPreempt
stack.go#L129: stackPreempt = uintptrMask & -1314
stack.go#L983: preempt := atomic.Loaduintptr(&gp.stackguard0) == stackPreempt
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |