runtime.p.id (field)
14 uses
runtime (current package)
debuglog.go#L110: l.w.varint(int64(gp.m.p.ptr().id))
mgc.go#L700: myID := gp.m.p.ptr().id
mgc.go#L1353: println("runtime: p", p.id, "flushGen", fg, "!= sweepgen", mheap_.sweepgen)
mgc.go#L2117: print("runtime: P ", p.id, " flushedWork ", gcw.flushedWork)
proc.go#L4642: pp.id = id
proc.go#L4839: if _g_.m.p != 0 && _g_.m.p.ptr().id < nprocs {
proc.go#L5438: id1 = _p_.id
proc.go#L5659: timerpMask.clear(pp.id)
proc.go#L5680: idlepMask.set(_p_.id)
proc.go#L5698: timerpMask.set(_p_.id)
proc.go#L5699: idlepMask.clear(_p_.id)
proc.go#L6095: return int(mp.p.ptr().id)
runtime2.go#L577: id int32
trace.go#L615: return mp, p.id, &p.tracebuf
 |
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. |