sync.RWMutex.readerWait (field)
3 uses
sync (current package)
rwmutex.go#L33: readerWait int32 // number of departing readers
rwmutex.go#L96: if atomic.AddInt32(&rw.readerWait, -1) == 0 {
rwmutex.go#L115: if r != 0 && atomic.AddInt32(&rw.readerWait, r) != 0 {
 |
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. |