Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h50 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cpp293 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd) { in FdInotifyCreate() function
H A Dtsan_interceptors_posix.cpp1804 FdInotifyCreate(thr, pc, fd);
1817 FdInotifyCreate(thr, pc, fd); in TSAN_INTERCEPTOR()