Searched defs:epoll_pwait2 (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1992 TSAN_INTERCEPTOR(int,epoll_pwait2,int epfd,void * ev,int cnt,void * timeout,void * sigmask) TSAN_INTERCEPTOR() argument 2004 REAL(epoll_pwait2)(epfd, ev, cnt, timeout, sigmask); TSAN_INTERCEPTOR() local
|