runtime.gList.head (field)
13 uses
runtime (current package)
mgcmark.go#L287: q := gQueue{list.head, list.head}
mgcmark.go#L288: for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
proc.go#L2992: for gp := glist.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
proc.go#L2999: head := glist.head.ptr()
proc.go#L6024: head guintptr
proc.go#L6029: return l.head == 0
proc.go#L6034: gp.schedlink = l.head
proc.go#L6035: l.head.set(gp)
proc.go#L6041: q.tail.ptr().schedlink = l.head
proc.go#L6042: l.head = q.head
proc.go#L6048: gp := l.head.ptr()
proc.go#L6050: l.head = gp.schedlink
![]() |
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. |