const syscall.F_DUPFD_CLOEXEC
3 uses
syscall (current package)
zerrors_darwin_amd64.go#L235: F_DUPFD_CLOEXEC = 0x43
internal/poll
fd_unix.go#L484: if syscall.F_DUPFD_CLOEXEC != 0 && atomic.LoadInt32(&tryDupCloexec) == 1 {
fd_unix.go#L485: r0, e1 := fcntl(fd, syscall.F_DUPFD_CLOEXEC, 0)
![]() |
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. |