Searched refs:EFD_CLOEXEC (Results 1 – 10 of 10) 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_()
51 _Static_assert(EFD_CLOEXEC == O_CLOEXEC, "Mismatched EFD_CLOEXEC");
968 if ((ae->flags & EFD_CLOEXEC) != 0) in kern_specialfd()1009 if ((ae.flags & ~(EFD_CLOEXEC | EFD_NONBLOCK | in sys___specialfd()
598 flags |= EFD_CLOEXEC; in linux_eventfd2()
438 # ifndef EFD_CLOEXEC440 # define EFD_CLOEXEC O_CLOEXEC macro442 # define EFD_CLOEXEC 02000000 macro2397 fds [1] = eventfd (0, EFD_NONBLOCK | EFD_CLOEXEC); in evpipe_init()
1752 auto Func = []() { eventfd(EFD_CLOEXEC, 0); }; in TEST()