Searched refs:EFD_NONBLOCK (Results 1 – 9 of 9) sorted by relevance
36 #define EFD_NONBLOCK 0x00000004 macro
53 _Static_assert(EFD_NONBLOCK == O_NONBLOCK, "Mismatched EFD_NONBLOCK");123 if ((flags & EFD_NONBLOCK) != 0) in eventfd_create_file()
984 if ((ae.flags & ~(EFD_CLOEXEC | EFD_NONBLOCK | in sys___specialfd()
523 #ifdef EFD_NONBLOCK524 #define EVUTIL_EFD_NONBLOCK EFD_NONBLOCK
2734 #if defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK) in evutil_eventfd_()
600 flags |= EFD_NONBLOCK; in linux_eventfd2()
1117 handlep->poll_breakloop_fd = eventfd(0, EFD_NONBLOCK); in pcap_activate_linux()3424 if ( ( handlep->poll_breakloop_fd = eventfd(0, EFD_NONBLOCK) ) == -1 ) { in pcap_setnonblock_linux()