Searched refs:EPOLLONESHOT (Results 1 – 5 of 5) sorted by relevance
37 #if defined(EPOLLONESHOT) || (defined(HAVE_DECL_EPOLLONESHOT) && HAVE_DECL_EPOLLONESHOT)38 XLAT(EPOLLONESHOT),
12 EPOLLONESHOT
42 #define EPOLLONESHOT (1 << 30) macro
868 if (event_mask & EPOLLONESHOT) ++epoll_oneshot; in AssignFromMask()
518 if (event_mask & EPOLLONESHOT) s += "EPOLLONESHOT "; in EventMaskToString()