const runtime._Prunning
9 uses
runtime (current package)
mgc.go#L707: if p.status != _Prunning {
preempt.go#L288: return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
proc.go#L4841: _g_.m.p.ptr().status = _Prunning
proc.go#L4952: _p_.status = _Prunning
proc.go#L4963: if _p_.m.ptr() != _g_.m || _p_.status != _Prunning {
proc.go#L5281: if s == _Prunning || s == _Psyscall {
proc.go#L5340: if _p_.status != _Prunning {
proc.go#L5890: if _p_.status == _Prunning {
runtime2.go#L126: _Prunning
![]() |
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. |