var syscall.ForkLock
11 uses
syscall (current package)
exec_unix.go#L65: var ForkLock sync.RWMutex
forkpipe2.go#L45: ForkLock.Lock()
forkpipe2.go#L52: if hasWaitingReaders(&ForkLock) {
forkpipe2.go#L67: ForkLock.RLock()
forkpipe2.go#L68: ForkLock.RUnlock()
forkpipe2.go#L75: ForkLock.Lock()
forkpipe2.go#L96: ForkLock.Unlock()
internal/poll
fd_unixjs.go#L30: syscall.ForkLock.RLock()
fd_unixjs.go#L31: defer syscall.ForkLock.RUnlock()
net
sock_cloexec.go#L34: syscall.ForkLock.RLock()
sock_cloexec.go#L39: syscall.ForkLock.RUnlock()
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |