const runtime._Psyscall
9 uses
runtime (current package)
proc.go#L1092: if s == _Psyscall && atomic.Cas(&p.status, s, _Pgcstop) {
proc.go#L1511: if s == _Psyscall && p.runSafePointFn == 1 && atomic.Cas(&p.status, s, _Pidle) {
proc.go#L3549: atomic.Store(&pp.status, _Psyscall)
proc.go#L3582: if sched.stopwait > 0 && atomic.Cas(&_p_.status, _Psyscall, _Pgcstop) {
proc.go#L3741: if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
proc.go#L5281: if s == _Prunning || s == _Psyscall {
proc.go#L5294: if s == _Psyscall {
runtime2.go#L138: _Psyscall
 |
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. |