Searched refs:inotify_init (Results 1 – 5 of 5) sorted by relevance
50 DUMMY(inotify_init);
1772 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument1773 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake); in TSAN_INTERCEPTOR()1774 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR()1779 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT TSAN_INTERCEPT(inotify_init)
526 int i_fd = inotify_init(); in TEST()
2686 PRE_SYSCALL(inotify_init)() {}2688 POST_SYSCALL(inotify_init)(long res) {}
2074 fun:inotify_init=uninstrumented