Searched refs:IN_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
13 #if defined IN_CLOEXEC || defined O_CLOEXEC14 #if defined(IN_CLOEXEC) || (defined(HAVE_DECL_IN_CLOEXEC) && HAVE_DECL_IN_CLOEXEC)16 static_assert((IN_CLOEXEC) == (O_CLOEXEC), "IN_CLOEXEC != O_CLOEXEC");19 # define IN_CLOEXEC O_CLOEXEC34 #if defined IN_CLOEXEC || defined O_CLOEXEC35 XLAT(IN_CLOEXEC),
2 #if defined IN_CLOEXEC || defined O_CLOEXEC3 IN_CLOEXEC O_CLOEXEC
66 #define IN_CLOEXEC O_CLOEXEC macro155 fd = ltp_syscall(__NR_inotify_init1, IN_CLOEXEC); in main()
72 #define IN_CLOEXEC O_CLOEXEC macro
183 file_wait->inotify_fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in cras_file_wait_dispatch()
1975 pub const IN_CLOEXEC: ::c_int = O_CLOEXEC; constant
2285 pub const IN_CLOEXEC: ::c_int = O_CLOEXEC; constant