Home
last modified time | relevance | path

Searched refs:inotify_init1 (Results 1 – 25 of 39) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dinotify_init1.c27 int fd = inotify_init1(0); in inotify_init1_0100()
41 int fd = inotify_init1(IN_NONBLOCK); in inotify_init1_0200()
55 int fd = inotify_init1(IN_CLOEXEC); in inotify_init1_0300()
69 int fd = inotify_init1(-1); in inotify_init1_0400()
Dtest_src_functionalext_supplement_linux.gni17 "inotify_init1",
/third_party/musl/src/linux/
Dinotify.c7 return inotify_init1(0); in inotify_init()
9 int inotify_init1(int flags) in inotify_init1() function
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h50 int inotify_init1(int);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h50 int inotify_init1(int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h50 int inotify_init1(int);
/third_party/musl/include/sys/
Dinotify.h50 int inotify_init1(int);
/third_party/rust/crates/nix/src/sys/
Dinotify.rs144 let res = Errno::result(unsafe { libc::inotify_init1(flags.bits()) }); in init()
/third_party/ltp/include/lapi/syscalls/
Daarch64.in27 inotify_init1 26
Dloongarch.in27 inotify_init1 26
Darc.in27 inotify_init1 26
Dmips_n64.in288 inotify_init1 5288
Dmips_n32.in292 inotify_init1 6292
Dia64.in289 inotify_init1 1318
Ds390x.in269 inotify_init1 324
Dsh.in304 inotify_init1 332
Dx86_64.in295 inotify_init1 294
Dsparc64.in305 inotify_init1 322
Dsparc.in321 inotify_init1 322
Dmips_o32.in329 inotify_init1 4329
Di386.in330 inotify_init1 332
Dpowerpc.in318 inotify_init1 318
Dpowerpc64.in318 inotify_init1 318
Ds390.in302 inotify_init1 324
/third_party/libuv/src/unix/
Dlinux-inotify.c74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()

12