runtime.g.schedlink (field)
22 uses
runtime (current package)
chan.go#L421: gp.schedlink = 0
debugcall.go#L149: gp.schedlink.set(newg)
debugcall.go#L155: newg := gp.schedlink.ptr()
debugcall.go#L156: gp.schedlink = 0
debugcall.go#L194: getg().schedlink.set(callingG)
debugcall.go#L196: callingG := gp.schedlink.ptr()
debugcall.go#L197: gp.schedlink = 0
mgcmark.go#L288: for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
mgcmark.go#L613: oldList.tail.ptr().schedlink.set(nil)
proc.go#L2992: for gp := glist.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
proc.go#L3002: for gp := head; gp != nil; gp = gp.schedlink.ptr() {
proc.go#L5800: batch[i].schedlink.set(batch[i+1])
proc.go#L5968: gp.schedlink = q.head
proc.go#L5977: gp.schedlink = 0
proc.go#L5979: q.tail.ptr().schedlink.set(gp)
proc.go#L5992: q2.tail.ptr().schedlink = 0
proc.go#L5994: q.tail.ptr().schedlink = q2.head
proc.go#L6006: q.head = gp.schedlink
proc.go#L6034: gp.schedlink = l.head
proc.go#L6041: q.tail.ptr().schedlink = l.head
proc.go#L6050: l.head = gp.schedlink
runtime2.go#L427: schedlink guintptr
![]() |
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. |