runtime.m.doesPark (field)
5 uses
runtime (current package)
proc.go#L160: m0.doesPark = true
proc.go#L1613: if mp.procid == 0 && !mp.doesPark {
proc.go#L1625: if mp.doesPark {
proc.go#L2075: mp.doesPark = (_p_ != nil)
runtime2.go#L523: doesPark bool // non-P running threads: sysmon and newmHandoff never use .park
![]() |
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. |