Searched refs:EFD_CLOEXEC (Results 1 – 8 of 8) sorted by relevance
37 #define EFD_CLOEXEC 0x00100000 macro
528 #ifdef EFD_CLOEXEC529 #define EVUTIL_EFD_CLOEXEC EFD_CLOEXEC
2734 #if defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK) in evutil_eventfd_()
52 _Static_assert(EFD_CLOEXEC == O_CLOEXEC, "Mismatched EFD_CLOEXEC");
952 if ((ae->flags & EFD_CLOEXEC) != 0) in kern_specialfd()984 if ((ae.flags & ~(EFD_CLOEXEC | EFD_NONBLOCK | in sys___specialfd()
598 flags |= EFD_CLOEXEC; in linux_eventfd2()