const runtime._Pidle
8 uses
runtime (current package)
proc.go#L1511: if s == _Psyscall && p.runSafePointFn == 1 && atomic.Cas(&p.status, s, _Pidle) {
proc.go#L3741: if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
proc.go#L4862: p.status = _Pidle
proc.go#L4894: p.status = _Pidle
proc.go#L4942: if _p_.m != 0 || _p_.status != _Pidle {
proc.go#L4972: _p_.status = _Pidle
proc.go#L5315: if atomic.Cas(&_p_.status, s, _Pidle) {
runtime2.go#L117: _Pidle = iota
![]() |
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. |