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.2.8-preview. (GOOS=darwin GOARCH=arm64)