expvar.Map.keysMu (field)
9 uses
expvar (current package)
expvar.go#L103: keysMu sync.RWMutex
expvar.go#L130: v.keysMu.Lock()
expvar.go#L131: defer v.keysMu.Unlock()
expvar.go#L142: v.keysMu.Lock()
expvar.go#L143: defer v.keysMu.Unlock()
expvar.go#L210: v.keysMu.Lock()
expvar.go#L211: defer v.keysMu.Unlock()
expvar.go#L223: v.keysMu.RLock()
expvar.go#L224: defer v.keysMu.RUnlock()
![]() |
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. |