runtime.p.link (field)
8 uses
runtime (current package)
proc.go#L1178: p1 = p1.link.ptr()
proc.go#L1494: for p := sched.pidle.ptr(); p != nil; p = p.link.ptr() {
proc.go#L4899: p.link.set(runnablePs)
proc.go#L5059: for pp := &sched.pidle; *pp != 0; pp = &(*pp).ptr().link {
proc.go#L5061: *pp = _p_.link
proc.go#L5681: _p_.link = sched.pidle
proc.go#L5700: sched.pidle = _p_.link
runtime2.go#L579: link puintptr
![]() |
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. |