runtime.schedt.pidle (field)
8 uses
runtime (current package)
proc.go#L1494: for p := sched.pidle.ptr(); p != nil; p = p.link.ptr() {
proc.go#L3749: if sched.pidle != 0 {
proc.go#L5059: for pp := &sched.pidle; *pp != 0; pp = &(*pp).ptr().link {
proc.go#L5681: _p_.link = sched.pidle
proc.go#L5682: sched.pidle.set(_p_)
proc.go#L5695: _p_ := sched.pidle.ptr()
proc.go#L5700: sched.pidle = _p_.link
runtime2.go#L740: pidle puintptr // idle p's
![]() |
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. |