runtime.g.labels (field)
9 uses
runtime (current package)
cpuprof.go#L106: cpuprof.log.write(&gp.labels, nanotime(), hdr[:], stk)
mprof.go#L755: lbl[0] = gp.labels
mprof.go#L769: lbl[0] = gp1.labels
proc.go#L3394: gp.labels = nil
proc.go#L4072: newg.labels = _g_.m.curg.labels
proflabel.go#L34: getg().labels = labels
proflabel.go#L39: return getg().labels
runtime2.go#L470: labels unsafe.Pointer // profiler labels
![]() |
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. |