Searched refs:IN_NONBLOCK (Results 1 – 11 of 11) sorted by relevance
62 #define IN_NONBLOCK O_NONBLOCK macro152 fd = ltp_syscall(__NR_inotify_init1, IN_NONBLOCK); in main()
41 int fd = inotify_init1(IN_NONBLOCK); in inotify_init1_0200()
18 #define IN_NONBLOCK O_NONBLOCK macro
181 _glfw.linux_js.inotify = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in _glfwInitJoysticksLinux()
74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
411 infd = inotify_init1(IN_NONBLOCK); in monitor()
657 if ((u->inotify_fd = inotify_init1(IN_CLOEXEC|IN_NONBLOCK)) < 0) { in setup_inotify()