runtime.g.asyncSafePoint (field)
7 uses
runtime (current package)
debugcall.go#L145: gp.asyncSafePoint = true
debugcall.go#L184: gp.asyncSafePoint = false
mgcmark.go#L733: if debugScanConservative && gp.asyncSafePoint {
preempt.go#L304: gp.asyncSafePoint = true
preempt.go#L310: gp.asyncSafePoint = false
runtime2.go#L438: asyncSafePoint bool
stack.go#L1119: return gp.syscallsp == 0 && !gp.asyncSafePoint && atomic.Load8(&gp.parkingOnChan) == 0
![]() |
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. |