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