runtime.gList.push (method)
14 uses
runtime (current package)
chan.go#L395: glist.push(gp)
chan.go#L414: glist.push(gp)
mgc.go#L1218: work.sweepWaiters.list.push(getg())
mgcscavenge.go#L214: list.push(scavenge.g)
netpoll.go#L372: toRun.push(rg)
netpoll.go#L375: toRun.push(wg)
proc.go#L4151: _p_.gFree.push(gp)
proc.go#L4159: sched.gFree.noStack.push(gp)
proc.go#L4161: sched.gFree.stack.push(gp)
proc.go#L4186: _p_.gFree.push(gp)
proc.go#L4221: sched.gFree.noStack.push(gp)
proc.go#L4223: sched.gFree.stack.push(gp)
proc.go#L5240: list.push(forcegc.g)
proc.go#L6033: func (l *gList) push(gp *g) {
![]() |
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. |