runtime.notifyList.wait (field)
6 uses
runtime (current package)
sema.go#L452: wait uint32
sema.go#L482: return atomic.Xadd(&l.wait, 1) - 1
sema.go#L525: if atomic.Load(&l.wait) == atomic.Load(&l.notify) {
sema.go#L540: atomic.Store(&l.notify, atomic.Load(&l.wait))
sema.go#L557: if atomic.Load(&l.wait) == atomic.Load(&l.notify) {
sema.go#L565: if t == atomic.Load(&l.wait) {
![]() |
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. |