Home
last modified time | relevance | path

Searched refs:epoll_wait (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() function
H A Depoll.c465 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout); in epoll_dispatch()
/freebsd/contrib/libevent/
H A Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() function
H A Depoll.c465 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout); in epoll_dispatch()
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp220 -1, epoll_wait, EpollFD, EpollEventBuffer.data(), in InotifyPollingLoop()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp970 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
973 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout); in INTERCEPTOR()
979 #define MSAN_MAYBE_INTERCEPT_EPOLL_WAIT INTERCEPT_FUNCTION(epoll_wait)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1971 TSAN_INTERCEPTOR(int, epoll_wait, int epfd, void *ev, int cnt, int timeout) { in TSAN_INTERCEPTOR() argument
1972 SCOPED_TSAN_INTERCEPTOR(epoll_wait, epfd, ev, cnt, timeout); in TSAN_INTERCEPTOR()
1975 int res = BLOCK_REAL(epoll_wait)(epfd, ev, cnt, timeout); in TSAN_INTERCEPTOR()
2017 TSAN_INTERCEPT(epoll_wait); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt233 fun:epoll_wait=custom
H A Ddfsan_custom.cpp1447 int ret = epoll_wait(epfd, events, maxevents, timeout); in __dfsw_epoll_wait()
H A Dlibc_ubuntu1404_abilist.txt1616 fun:epoll_wait=uninstrumented
/freebsd/contrib/wpa/src/utils/
H A Deloop.c1156 res = epoll_wait(eloop.epollfd, eloop.epoll_events, in eloop_run()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2104 PRE_SYSCALL(epoll_wait)
2107 POST_SYSCALL(epoll_wait)
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c2176 ret = epoll_wait(rs->epfd, &event, 1, -1); in ds_get_cq_event()