func runtime.racegostart
4 uses
runtime (current package)
proc.go#L1921: gp.racectx = racegostart(funcPC(newextram) + sys.PCQuantum)
proc.go#L4090: newg.racectx = racegostart(callerpc)
race0.go#L42: func racegostart(pc uintptr) uintptr { throw("race"); return 0 }
time.go#L859: ppcur.timerRaceCtx = racegostart(funcPC(runtimer) + sys.PCQuantum)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)