runtime.schedt.runqsize (field)
16 uses
runtime (current package)
proc.go#L2367: if !runqempty(_p_) || sched.runqsize != 0 {
proc.go#L2399: if sched.runqsize != 0 {
proc.go#L2588: if sched.runqsize != 0 {
proc.go#L2746: if sched.runqsize != 0 {
proc.go#L2925: if sched.runqsize != 0 {
proc.go#L3113: if _g_.m.p.ptr().schedtick%61 == 0 && sched.runqsize > 0 {
proc.go#L5396: print("SCHED ", (now-starttime)/1e6, "ms: gomaxprocs=", gomaxprocs, " idleprocs=", sched.npidle, " threads=", mcount(), " spinningthreads=", sched.nmspinning, " idlethreads=", sched.nmidle, " runqueue=", sched.runqsize)
proc.go#L5544: sched.runqsize++
proc.go#L5555: sched.runqsize++
proc.go#L5565: sched.runqsize += n
proc.go#L5574: if sched.runqsize == 0 {
proc.go#L5578: n := sched.runqsize/gomaxprocs + 1
proc.go#L5579: if n > sched.runqsize {
proc.go#L5580: n = sched.runqsize
proc.go#L5589: sched.runqsize -= n
runtime2.go#L746: runqsize 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. |