func sync.throw
6 uses
sync (current package)
mutex.go#L19: func throw(string) // provided by runtime
mutex.go#L125: throw("sync: inconsistent mutex state")
mutex.go#L147: throw("sync: inconsistent mutex state")
mutex.go#L196: throw("sync: unlock of unlocked mutex")
rwmutex.go#L93: throw("sync: RUnlock of unlocked RWMutex")
rwmutex.go#L142: throw("sync: Unlock of unlocked RWMutex")
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)