Searched refs:inotify_init (Results 1 – 5 of 5) sorted by relevance
50 DUMMY(inotify_init);
1761 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument1762 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake); in TSAN_INTERCEPTOR()1763 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR()1768 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT TSAN_INTERCEPT(inotify_init)
526 int i_fd = inotify_init(); in TEST()
2672 PRE_SYSCALL(inotify_init)() {}2674 POST_SYSCALL(inotify_init)(long res) {}
2074 fun:inotify_init=uninstrumented