var runtime.execLock
9 uses
runtime (current package)
proc.go#L2044: var execLock rwmutex
proc.go#L2118: execLock.rlock() // Prevent process clone.
proc.go#L2120: execLock.runlock()
proc.go#L2123: execLock.rlock() // Prevent process clone.
proc.go#L2125: execLock.runlock()
proc.go#L3925: execLock.lock()
proc.go#L3939: execLock.unlock()
signal_unix.go#L356: execLock.rlock()
signal_unix.go#L373: execLock.runlock()
![]() |
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. |