func runtime.lockWithRank
13 uses
runtime (current package)
lock_sema.go#L36: lockWithRank(l, getLockRank(l))
lockrank_off.go#L21: func lockWithRank(l *mutex, rank lockRank) {
rwmutex.go#L42: lockWithRank(&rw.rLock, lockRankRwmutexR)
rwmutex.go#L70: lockWithRank(&rw.rLock, lockRankRwmutexR)
rwmutex.go#L84: lockWithRank(&rw.wLock, lockRankRwmutexW)
rwmutex.go#L89: lockWithRank(&rw.rLock, lockRankRwmutexR)
rwmutex.go#L111: lockWithRank(&rw.rLock, lockRankRwmutexR)
sema.go#L132: lockWithRank(&root.lock, lockRankRoot)
sema.go#L171: lockWithRank(&root.lock, lockRankRoot)
sema.go#L489: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L531: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L561: lockWithRank(&l.lock, lockRankNotifyList)
stack.go#L805: lockWithRank(&sg.c.lock, lockRankHchanLeaf)
 |
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. |