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)