var runtime.itabLock
9 uses
runtime (current package)
iface.go#L16: itabLock mutex // lock for accessing itab table
iface.go#L59: lock(&itabLock)
iface.go#L61: unlock(&itabLock)
iface.go#L77: unlock(&itabLock)
iface.go#L246: lockInit(&itabLock, lockRankItab)
iface.go#L247: lock(&itabLock)
iface.go#L253: unlock(&itabLock)
plugin.go#L65: lock(&itabLock)
plugin.go#L69: unlock(&itabLock)
![]() |
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. |