go/token.FileSet.mutex (field)
17 uses
go/token (current package)
position.go#L387: mutex sync.RWMutex // protects the file set
position.go#L404: s.mutex.RLock()
position.go#L406: s.mutex.RUnlock()
position.go#L428: s.mutex.Lock()
position.go#L429: defer s.mutex.Unlock()
position.go#L458: s.mutex.RLock()
position.go#L462: s.mutex.RUnlock()
position.go#L474: s.mutex.RLock()
position.go#L477: s.mutex.RUnlock()
position.go#L485: s.mutex.RUnlock()
position.go#L486: s.mutex.Lock()
position.go#L488: s.mutex.Unlock()
position.go#L492: s.mutex.RUnlock()
serialize.go#L28: s.mutex.Lock()
serialize.go#L44: s.mutex.Unlock()
serialize.go#L53: s.mutex.Lock()
serialize.go#L68: s.mutex.Unlock()
![]() |
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. |