Home
last modified time | relevance | path

Searched defs:inotify_init (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h167 static inline struct inotify_handle *inotify_init(const struct inotify_operations *ops) in inotify_init() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1498 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1658 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2690 pub fn inotify_init() -> ::c_int; in inotify_init() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3551 pub fn inotify_init() -> ::c_int; in inotify_init() function