Searched refs:IN_NONBLOCK (Results 1 – 7 of 7) sorted by relevance
6 #if defined(IN_NONBLOCK) || (defined(HAVE_DECL_IN_NONBLOCK) && HAVE_DECL_IN_NONBLOCK)8 static_assert((IN_NONBLOCK) == (O_NONBLOCK), "IN_NONBLOCK != O_NONBLOCK");11 # define IN_NONBLOCK O_NONBLOCK33 XLAT(IN_NONBLOCK),
1 IN_NONBLOCK O_NONBLOCK
63 #define IN_NONBLOCK O_NONBLOCK macro153 fd = ltp_syscall(__NR_inotify_init1, IN_NONBLOCK); in main()
73 #define IN_NONBLOCK O_NONBLOCK macro
183 file_wait->inotify_fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in cras_file_wait_dispatch()
1976 pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; constant
2286 pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; constant