runtime.g.racectx (field)
12 uses
runtime (current package)
proc.go#L120: g.m.g0.racectx = 0
proc.go#L625: _g_.racectx, raceprocctx0 = raceinit()
proc.go#L1595: mFixupRace.ctx = _g_.racectx
proc.go#L1921: gp.racectx = racegostart(funcPC(newextram) + sys.PCQuantum)
proc.go#L2180: if _g_.racectx != 0 || !raceenabled {
proc.go#L2189: _g_.racectx = mFixupRace.ctx
proc.go#L2191: _g_.racectx = 0
proc.go#L4090: newg.racectx = racegostart(callerpc)
runtime2.go#L467: racectx uintptr
time.go#L891: if gp.racectx != 0 {
time.go#L894: gp.racectx = gp.m.p.ptr().timerRaceCtx
time.go#L905: gp.racectx = 0
![]() |
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. |