runtime.g.asyncSafePoint (field)
5 uses
runtime (current package)
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.2.8-preview. (GOOS=darwin GOARCH=arm64)