Searched refs:IN_CLOEXEC (Results 1 – 13 of 13) sorted by relevance
65 #define IN_CLOEXEC O_CLOEXEC macro154 fd = ltp_syscall(__NR_inotify_init1, IN_CLOEXEC); in main()
55 int fd = inotify_init1(IN_CLOEXEC); in inotify_init1_0300()
17 #define IN_CLOEXEC O_CLOEXEC macro
244 fd = inotify_init1(IN_CLOEXEC); in udev_queue_get_fd()
40 inotify_fd = inotify_init1(IN_CLOEXEC); in udev_watch_init()
181 _glfw.linux_js.inotify = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in _glfwInitJoysticksLinux()
74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
387 iks->fd = inotify_init1 (IN_CLOEXEC); in ik_source_new()
657 if ((u->inotify_fd = inotify_init1(IN_CLOEXEC|IN_NONBLOCK)) < 0) { in setup_inotify()