runtime.schedt.ngsys (field)
7 uses
runtime (current package)
proc.go#L1868: atomic.Xadd(&sched.ngsys, -1)
proc.go#L1930: atomic.Xadd(&sched.ngsys, +1)
proc.go#L1971: atomic.Xadd(&sched.ngsys, +1)
proc.go#L3381: atomic.Xadd(&sched.ngsys, -1)
proc.go#L4075: atomic.Xadd(&sched.ngsys, +1)
proc.go#L4340: n := int32(atomic.Loaduintptr(&allglen)) - sched.gFree.n - int32(atomic.Load(&sched.ngsys))
runtime2.go#L738: ngsys uint32 // number of system goroutines; updated atomically
![]() |
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. |