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.2.8-preview. (GOOS=darwin GOARCH=arm64)