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.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. |