Home
last modified time | relevance | path

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

/freebsd/tests/sys/capsicum/
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/rtsan/
H A Drtsan_interceptors_posix.cpp1312 INTERCEPTOR(int, epoll_pwait, int epfd, struct epoll_event *events, argument
1315 return REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask);
1321 #define RTSAN_MAYBE_INTERCEPT_EPOLL_PWAIT INTERCEPT_FUNCTION(epoll_pwait)
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1011 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
1014 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask); in INTERCEPTOR()
1020 #define MSAN_MAYBE_INTERCEPT_EPOLL_PWAIT INTERCEPT_FUNCTION(epoll_pwait)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2069 TSAN_INTERCEPTOR(int, epoll_pwait, int epfd, void *ev, int cnt, int timeout, in TSAN_INTERCEPTOR() argument
2071 SCOPED_TSAN_INTERCEPTOR(epoll_pwait, epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR()
2074 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR()
2106 TSAN_INTERCEPT(epoll_pwait); \
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp1621 epoll_pwait(GetEpollFd(), events, 1, 0, nullptr); in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2131 PRE_SYSCALL(epoll_pwait)
2138 POST_SYSCALL(epoll_pwait)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1615 fun:epoll_pwait=uninstrumented