Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h52 void FdPollAdd(ThreadState *thr, uptr pc, int epfd, int fd);
H A Dtsan_fd.cpp303 void FdPollAdd(ThreadState *thr, uptr pc, int epfd, int fd) { in FdPollAdd() function
H A Dtsan_interceptors_posix.cpp1905 FdPollAdd(thr, pc, epfd, fd); in TSAN_INTERCEPTOR()