func runtime.isAsyncSafePoint
2 uses
runtime (current package)
preempt.go#L363: func isAsyncSafePoint(gp *g, pc, sp, lr uintptr) (bool, uintptr) {
signal_unix.go#L329: if ok, newpc := isAsyncSafePoint(gp, ctxt.sigpc(), ctxt.sigsp(), ctxt.siglr()); ok {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)