Home
last modified time | relevance | path

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

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