Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
HDDirectoryWatcher-linux.cpp194 const int EpollFD = epoll_create1(EPOLL_CLOEXEC); in InotifyPollingLoop()
/freebsd-14-stable/contrib/ntp/sntp/libevent/
HDepoll.c148 epfd = epoll_create1(EPOLL_CLOEXEC); in epoll_init()
HDevent-config.h.cmake99 /* Define to 1 if you have the `epoll_create1' function. */
HDconfig.h.in50 /* Define to 1 if you have the `epoll_create1' function. */
HDconfigure.ac366 epoll_create1 \
HDCMakeLists.txt477 epoll_create1
HDChangeLog1921 o Prefer epoll_create1 on Linuxen that have it (bac906c)
/freebsd-14-stable/contrib/libevent/
HDepoll.c148 epfd = epoll_create1(EPOLL_CLOEXEC); in epoll_init()
HDevent-config.h.cmake99 /* Define to 1 if you have the `epoll_create1' function. */
HDconfig.h.in50 /* Define to 1 if you have the `epoll_create1' function. */
HDconfigure.ac366 epoll_create1 \
HDCMakeLists.txt477 epoll_create1
HDChangeLog1921 o Prefer epoll_create1 on Linuxen that have it (bac906c)
HDconfigure14251 epoll_create1 \
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_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-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdone_abilist.txt164 fun:epoll_create1=discard
HDlibc_ubuntu1404_abilist.txt1613 fun:epoll_create1=uninstrumented
/freebsd-14-stable/contrib/wpa/src/utils/
HDeloop.c168 eloop.epollfd = epoll_create1(0); in eloop_init()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_syscalls.inc2105 PRE_SYSCALL(epoll_create1)(long flags) {}
2107 POST_SYSCALL(epoll_create1)(long res, long flags) {}