runtime.schedt.sysmonwait (field)
15 uses
runtime (current package)
proc.go#L1168: if sched.sysmonwait != 0 {
proc.go#L1169: sched.sysmonwait = 0
proc.go#L1650: if atomic.Load(&sched.sysmonwait) != 0 {
proc.go#L1651: atomic.Store(&sched.sysmonwait, 0)
proc.go#L3532: if atomic.Load(&sched.sysmonwait) != 0 {
proc.go#L3570: if atomic.Load(&sched.sysmonwait) != 0 {
proc.go#L3571: atomic.Store(&sched.sysmonwait, 0)
proc.go#L3797: if _p_ != nil && atomic.Load(&sched.sysmonwait) != 0 {
proc.go#L3798: atomic.Store(&sched.sysmonwait, 0)
proc.go#L3825: } else if atomic.Load(&sched.sysmonwait) != 0 {
proc.go#L3826: atomic.Store(&sched.sysmonwait, 0)
proc.go#L5147: atomic.Store(&sched.sysmonwait, 1)
proc.go#L5165: atomic.Store(&sched.sysmonwait, 0)
proc.go#L5398: print(" gcwaiting=", sched.gcwaiting, " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait, "\n")
runtime2.go#L783: sysmonwait uint32
 |
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. |