Home
last modified time | relevance | path

Searched refs:epoll_pwait (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dlinux.cc309 EXPECT_NOTCAPABLE(epoll_pwait(cap_epoll_ro, &eev, 1, 100, NULL)); in FORK_TEST()
310 EXPECT_NOTCAPABLE(epoll_pwait(cap_epoll_wo, &eev, 1, 100, NULL)); in FORK_TEST()
311 EXPECT_NOTCAPABLE(epoll_pwait(cap_epoll_rw, &eev, 1, 100, NULL)); in FORK_TEST()
312 EXPECT_OK(epoll_pwait(cap_epoll_poll, &eev, 1, 100, NULL)); in FORK_TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp985 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
988 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask); in INTERCEPTOR()
994 #define MSAN_MAYBE_INTERCEPT_EPOLL_PWAIT INTERCEPT_FUNCTION(epoll_pwait)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1992 TSAN_INTERCEPTOR(int, epoll_pwait, int epfd, void *ev, int cnt, int timeout, in TSAN_INTERCEPTOR() argument
1994 SCOPED_TSAN_INTERCEPTOR(epoll_pwait, epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR()
1997 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR()
2029 TSAN_INTERCEPT(epoll_pwait); \
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2130 PRE_SYSCALL(epoll_pwait)
2137 POST_SYSCALL(epoll_pwait)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1615 fun:epoll_pwait=uninstrumented