runtime.puintptr.set (method)
15 uses
runtime (current package)
proc.go#L1185: mp.nextp.set(p)
proc.go#L2076: mp.nextp.set(_p_)
proc.go#L2352: nmp.nextp.set(_p_)
proc.go#L2478: mp.nextp.set(_p_)
proc.go#L3547: _g_.m.oldp.set(pp)
proc.go#L4754: mp.p.set(pp)
proc.go#L4759: mp.p.set(phold)
proc.go#L4899: p.link.set(runnablePs)
proc.go#L4950: _g_.m.p.set(_p_)
proc.go#L5071: mp.nextp.set(_p_)
proc.go#L5682: sched.pidle.set(_p_)
runtime2.go#L286: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
time.go#L292: t.pp.set(pp)
trace.go#L984: mp.p.set(pp)
trace.go#L1139: mp.p.set(pp)
![]() |
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. |