Home
last modified time | relevance | path

Searched refs:EFD_NONBLOCK (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Deventfd.h36 #define EFD_NONBLOCK 0x00000004 macro
/freebsd/sys/kern/
H A Dsys_eventfd.c53 _Static_assert(EFD_NONBLOCK == O_NONBLOCK, "Mismatched EFD_NONBLOCK");
123 if ((flags & EFD_NONBLOCK) != 0) in eventfd_create_file()
H A Dsys_generic.c984 if ((ae.flags & ~(EFD_CLOEXEC | EFD_NONBLOCK | in sys___specialfd()
/freebsd/contrib/ntp/sntp/libevent/
H A Dutil-internal.h523 #ifdef EFD_NONBLOCK
524 #define EVUTIL_EFD_NONBLOCK EFD_NONBLOCK
H A Devutil.c2734 #if defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK) in evutil_eventfd_()
/freebsd/contrib/libevent/
H A Dutil-internal.h523 #ifdef EFD_NONBLOCK
524 #define EVUTIL_EFD_NONBLOCK EFD_NONBLOCK
H A Devutil.c2734 #if defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK) in evutil_eventfd_()
/freebsd/sys/compat/linux/
H A Dlinux_event.c600 flags |= EFD_NONBLOCK; in linux_eventfd2()
/freebsd/contrib/libpcap/
H A Dpcap-linux.c1117 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()