Home
last modified time | relevance | path

Searched refs:EVUTIL_EFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance

/external/libevent/
Dutil-internal.h529 #define EVUTIL_EFD_CLOEXEC EFD_CLOEXEC macro
531 #define EVUTIL_EFD_CLOEXEC 0x8000 macro
Devutil.c2742 if (flags & EVUTIL_EFD_CLOEXEC) { in evutil_eventfd_()
Devent.c3652 EVUTIL_EFD_CLOEXEC|EVUTIL_EFD_NONBLOCK); in evthread_make_base_notifiable_nolock_()