sync.Mutex.TryLock (method)
3 uses
sync (current package)
mutex.go#L54: func (m *Mutex) TryLock() bool {
rwmutex.go#L174: if !rw.w.TryLock() {
runtime/trace
flightrecorder.go#L115: if !fr.writing.TryLock() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)