var runtime/trace.tracing
8 uses
runtime/trace (current package)
annotation.go#L182: enabled := atomic.LoadInt32(&tracing.enabled)
trace.go#L121: tracing.Lock()
trace.go#L122: defer tracing.Unlock()
trace.go#L136: atomic.StoreInt32(&tracing.enabled, 1)
trace.go#L143: tracing.Lock()
trace.go#L144: defer tracing.Unlock()
trace.go#L145: atomic.StoreInt32(&tracing.enabled, 0)
trace.go#L150: var tracing struct {
![]() |
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. |