const internal/runtime/syscall/linux.O_CLOEXEC
6 uses
internal/runtime/syscall/linux (current package)
defs_linux.go#L25: O_CLOEXEC = 0x80000
internal/runtime/cgroup
cgroup_linux.go#L69: quotaFD, errno := linux.Open(&path[0], linux.O_RDONLY|linux.O_CLOEXEC, 0)
cgroup_linux.go#L79: periodFD, errno := linux.Open(&path[0], linux.O_RDONLY|linux.O_CLOEXEC, 0)
cgroup_linux.go#L96: maxFD, errno := linux.Open(&path[0], linux.O_RDONLY|linux.O_CLOEXEC, 0)
cgroup_linux.go#L235: fd, errno := linux.Open(&path[0], linux.O_RDONLY|linux.O_CLOEXEC, 0)
cgroup_linux.go#L269: fd, errno := linux.Open(&path[0], linux.O_RDONLY|linux.O_CLOEXEC, 0)
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |