func runtime.globrunqputbatch
6 uses
runtime (current package)
proc.go#L3023: globrunqputbatch(&q, int32(qsize))
proc.go#L3038: globrunqputbatch(&globq, int32(n))
proc.go#L5485: globrunqputbatch(&sched.disable.runnable, n)
proc.go#L5561: func globrunqputbatch(batch *gQueue, n int32) {
proc.go#L5808: globrunqputbatch(&q, int32(n+1))
proc.go#L5842: globrunqputbatch(q, int32(qsize))
![]() |
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. |