runtime.schedt.stopwait (field)
17 uses
runtime (current package)
proc.go#L812: sched.stopwait = freezeStopWait
proc.go#L1083: sched.stopwait = gomaxprocs
proc.go#L1088: sched.stopwait--
proc.go#L1098: sched.stopwait--
proc.go#L1108: sched.stopwait--
proc.go#L1110: wait := sched.stopwait > 0
proc.go#L1127: if sched.stopwait != 0 {
proc.go#L2385: sched.stopwait--
proc.go#L2386: if sched.stopwait == 0 {
proc.go#L2502: sched.stopwait--
proc.go#L2503: if sched.stopwait == 0 {
proc.go#L3582: if sched.stopwait > 0 && atomic.Cas(&_p_.status, _Psyscall, _Pgcstop) {
proc.go#L3588: if sched.stopwait--; sched.stopwait == 0 {
proc.go#L3736: if sched.stopwait == freezeStopWait {
proc.go#L5398: print(" gcwaiting=", sched.gcwaiting, " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait, "\n")
runtime2.go#L781: stopwait int32
 |
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. |