var syscall.envLock
11 uses
syscall (current package)
env_unix.go#L21: envLock sync.RWMutex
env_unix.go#L63: envLock.Lock()
env_unix.go#L64: defer envLock.Unlock()
env_unix.go#L80: envLock.RLock()
env_unix.go#L81: defer envLock.RUnlock()
env_unix.go#L115: envLock.Lock()
env_unix.go#L116: defer envLock.Unlock()
env_unix.go#L134: envLock.Lock()
env_unix.go#L135: defer envLock.Unlock()
env_unix.go#L146: envLock.RLock()
env_unix.go#L147: defer envLock.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. |