Home
last modified time | relevance | path

Searched refs:epoll_pwait2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2080 TSAN_INTERCEPTOR(int, epoll_pwait2, int epfd, void *ev, int cnt, void *timeout, in TSAN_INTERCEPTOR() argument
2082 SCOPED_INTERCEPTOR_RAW(epoll_pwait2, epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR()
2087 if (!REAL(epoll_pwait2)) { in TSAN_INTERCEPTOR()
2092 REAL(epoll_pwait2)(epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR() local
2095 int res = BLOCK_REAL(epoll_pwait2)(epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR()
2107 TSAN_INTERCEPT(epoll_pwait2)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2148 PRE_SYSCALL(epoll_pwait2)
2158 POST_SYSCALL(epoll_pwait2)