Searched refs:EFD_CLOEXEC (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Deventfd.h23 #define EFD_CLOEXEC O_CLOEXEC macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Deventfd.c386 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dremote_pairing.c924 pairing_efd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK);
H A Dfilescanner.c1456 exit_efd = eventfd(0, EFD_CLOEXEC);
H A Dhttpd.c1243 exit_efd = eventfd(0, EFD_CLOEXEC);
H A Dhttpd_dacp.c1761 update_efd = eventfd(0, EFD_CLOEXEC);
H A Dplayer.c3891 exit_efd = eventfd(0, EFD_CLOEXEC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent.c2753 #ifndef EFD_CLOEXEC
2754 #define EFD_CLOEXEC 0 macro
2756 base->th_notify_fd[0] = eventfd(0, EFD_CLOEXEC);

Completed in 171 milliseconds