runtime.notifyList.lock (field)
10 uses
runtime (current package)
sema.go#L464: lock mutex
sema.go#L489: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L493: unlock(&l.lock)
sema.go#L513: goparkunlock(&l.lock, waitReasonSyncCondWait, traceEvGoBlockCond, 3)
sema.go#L531: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L541: unlock(&l.lock)
sema.go#L561: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L566: unlock(&l.lock)
sema.go#L597: unlock(&l.lock)
sema.go#L603: unlock(&l.lock)
![]() |
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. |