const runtime._Pgcstop
9 uses
runtime (current package)
proc.go#L1087: _g_.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
proc.go#L1092: if s == _Psyscall && atomic.Cas(&p.status, s, _Pgcstop) {
proc.go#L1107: p.status = _Pgcstop
proc.go#L1131: if p.status != _Pgcstop {
proc.go#L2384: _p_.status = _Pgcstop
proc.go#L2501: _p_.status = _Pgcstop
proc.go#L3582: if sched.stopwait > 0 && atomic.Cas(&_p_.status, _Psyscall, _Pgcstop) {
proc.go#L4643: pp.status = _Pgcstop
runtime2.go#L148: _Pgcstop
![]() |
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. |