runtime.m.nextp (field)
15 uses
runtime (current package)
proc.go#L1182: if mp.nextp != 0 {
proc.go#L1185: mp.nextp.set(p)
proc.go#L1310: acquirep(_g_.m.nextp.ptr())
proc.go#L1311: _g_.m.nextp = 0
proc.go#L2076: mp.nextp.set(_p_)
proc.go#L2258: acquirep(_g_.m.nextp.ptr())
proc.go#L2259: _g_.m.nextp = 0
proc.go#L2344: if nmp.nextp != 0 {
proc.go#L2352: nmp.nextp.set(_p_)
proc.go#L2458: acquirep(_g_.m.nextp.ptr())
proc.go#L2459: _g_.m.nextp = 0
proc.go#L2472: if mp.nextp != 0 {
proc.go#L2478: mp.nextp.set(_p_)
proc.go#L5071: mp.nextp.set(_p_)
runtime2.go#L501: nextp puintptr
![]() |
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. |