Searched refs:epoll_create1 (Results 1 – 19 of 19) sorted by relevance
194 const int EpollFD = epoll_create1(EPOLL_CLOEXEC); in InotifyPollingLoop()
148 epfd = epoll_create1(EPOLL_CLOEXEC); in epoll_init()
99 /* Define to 1 if you have the `epoll_create1' function. */
50 /* Define to 1 if you have the `epoll_create1' function. */
366 epoll_create1 \
477 epoll_create1
1921 o Prefer epoll_create1 on Linuxen that have it (bac906c)
14251 epoll_create1 \
1960 TSAN_INTERCEPTOR(int, epoll_create1, int flags) { in TSAN_INTERCEPTOR() argument1961 SCOPED_TSAN_INTERCEPTOR(epoll_create1, flags); in TSAN_INTERCEPTOR()1962 int fd = REAL(epoll_create1)(flags); in TSAN_INTERCEPTOR()2026 TSAN_INTERCEPT(epoll_create1); \
164 fun:epoll_create1=discard
1613 fun:epoll_create1=uninstrumented
168 eloop.epollfd = epoll_create1(0); in eloop_init()
2105 PRE_SYSCALL(epoll_create1)(long flags) {}2107 POST_SYSCALL(epoll_create1)(long res, long flags) {}