Home
last modified time | relevance | path

Searched refs:epoll_create1 (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp194 const int EpollFD = epoll_create1(EPOLL_CLOEXEC); in InotifyPollingLoop()
/freebsd/contrib/ntp/sntp/libevent/
H A Depoll.c148 epfd = epoll_create1(EPOLL_CLOEXEC); in epoll_init()
H A Devent-config.h.cmake99 /* Define to 1 if you have the `epoll_create1' function. */
H A Dconfig.h.in50 /* Define to 1 if you have the `epoll_create1' function. */
H A Dconfigure.ac366 epoll_create1 \
H A DCMakeLists.txt477 epoll_create1
H A DChangeLog1921 o Prefer epoll_create1 on Linuxen that have it (bac906c)
/freebsd/contrib/libevent/
H A Depoll.c148 epfd = epoll_create1(EPOLL_CLOEXEC); in epoll_init()
H A Devent-config.h.cmake99 /* Define to 1 if you have the `epoll_create1' function. */
H A Dconfig.h.in50 /* Define to 1 if you have the `epoll_create1' function. */
H A Dconfigure.ac366 epoll_create1 \
H A DCMakeLists.txt477 epoll_create1
H A DChangeLog1921 o Prefer epoll_create1 on Linuxen that have it (bac906c)
H A Dconfigure14251 epoll_create1 \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1960 TSAN_INTERCEPTOR(int, epoll_create1, int flags) { in TSAN_INTERCEPTOR() argument
1961 SCOPED_TSAN_INTERCEPTOR(epoll_create1, flags); in TSAN_INTERCEPTOR()
1962 int fd = REAL(epoll_create1)(flags); in TSAN_INTERCEPTOR()
2026 TSAN_INTERCEPT(epoll_create1); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt164 fun:epoll_create1=discard
H A Dlibc_ubuntu1404_abilist.txt1613 fun:epoll_create1=uninstrumented
/freebsd/contrib/wpa/src/utils/
H A Deloop.c168 eloop.epollfd = epoll_create1(0); in eloop_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2105 PRE_SYSCALL(epoll_create1)(long flags) {}
2107 POST_SYSCALL(epoll_create1)(long res, long flags) {}