var runtime.finlock
11 uses
runtime (current package)
mfinal.go#L31: var finlock mutex // protects the following variables
mfinal.go#L88: lock(&finlock)
mfinal.go#L123: unlock(&finlock)
mfinal.go#L138: lock(&finlock)
mfinal.go#L144: unlock(&finlock)
mfinal.go#L168: lock(&finlock)
mfinal.go#L175: goparkunlock(&finlock, waitReasonFinalizerWait, traceEvGoBlock, 1)
mfinal.go#L178: unlock(&finlock)
mfinal.go#L235: lock(&finlock)
mfinal.go#L238: unlock(&finlock)
proc.go#L610: lockInit(&finlock, lockRankFin)
![]() |
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. |