Home
last modified time | relevance | path

Searched refs:inotify_init (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1777 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
1778 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake); in TSAN_INTERCEPTOR()
1779 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR()
1784 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT TSAN_INTERCEPT(inotify_init)
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2673 PRE_SYSCALL(inotify_init)() {}
2675 POST_SYSCALL(inotify_init)(long res) {}
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2069 fun:inotify_init=uninstrumented