runtime.g.tracelastp (field)
10 uses
runtime (current package)
runtime2.go#L457: tracelastp puintptr // last P emitted an event for this goroutine
trace.go#L228: gp.tracelastp = getg().m.p
trace.go#L1057: newg.tracelastp = getg().m.p
trace.go#L1069: } else if _g_.tracelastp == _p_ {
trace.go#L1072: _g_.tracelastp = _p_
trace.go#L1083: _g_.tracelastp = _g_.m.p
trace.go#L1089: _g_.tracelastp = _g_.m.p
trace.go#L1103: if gp.tracelastp == _p_ {
trace.go#L1106: gp.tracelastp = _p_
trace.go#L1130: _g_.tracelastp = _g_.m.p
![]() |
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. |