type runtime.gList
22 uses
runtime (current package)
chan.go#L374: var glist gList
mgc.go#L1103: list gList
mgcmark.go#L280: sched.gFree.stack = gList{}
mgcscavenge.go#L213: var list gList
netpoll.go#L363: func netpollready(toRun *gList, pd *pollDesc, mode int32) {
netpoll_kqueue.go#L107: func netpoll(delay int64) gList {
netpoll_kqueue.go#L109: return gList{}
netpoll_kqueue.go#L136: return gList{}
netpoll_kqueue.go#L140: var toRun gList
proc.go#L2987: func injectglist(glist *gList) {
proc.go#L3012: *glist = gList{}
proc.go#L5239: var list gList
proc.go#L6015: func (q *gQueue) popList() gList {
proc.go#L6016: stack := gList{q.head}
proc.go#L6023: type gList struct {
proc.go#L6028: func (l *gList) empty() bool {
proc.go#L6033: func (l *gList) push(gp *g) {
proc.go#L6039: func (l *gList) pushAll(q gQueue) {
proc.go#L6047: func (l *gList) pop() *g {
runtime2.go#L612: gList
runtime2.go#L763: stack gList // Gs with stacks
runtime2.go#L764: noStack gList // Gs without stacks
![]() |
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. |