var syscall.ForkLock
11 uses
syscall (current package)
exec_unix.go#L66: var ForkLock sync.RWMutex
exec_unix.go#L203: ForkLock.Lock()
exec_unix.go#L216: ForkLock.Unlock()
exec_unix.go#L252: ForkLock.Unlock()
internal/poll
fd_unix.go#L505: syscall.ForkLock.RLock()
fd_unix.go#L506: defer syscall.ForkLock.RUnlock()
net
sys_cloexec.go#L22: syscall.ForkLock.RLock()
sys_cloexec.go#L27: syscall.ForkLock.RUnlock()
os
pipe_bsd.go#L17: syscall.ForkLock.RLock()
pipe_bsd.go#L20: syscall.ForkLock.RUnlock()
pipe_bsd.go#L25: syscall.ForkLock.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. |