Home
last modified time | relevance | path

Searched refs:EFD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Defd_flags.h5 #if defined EFD_CLOEXEC || defined O_CLOEXEC
6 #if !(defined(EFD_CLOEXEC) || (defined(HAVE_DECL_EFD_CLOEXEC) && HAVE_DECL_EFD_CLOEXEC))
7 # define EFD_CLOEXEC O_CLOEXEC macro
23 #if defined EFD_CLOEXEC || defined O_CLOEXEC
24 XLAT(EFD_CLOEXEC),
Defd_flags.in2 #if defined EFD_CLOEXEC || defined O_CLOEXEC
3 EFD_CLOEXEC O_CLOEXEC
/external/strace/tests/
Deventfd.expected1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
/external/libevent/
Devent.c2780 #ifndef EFD_CLOEXEC in evthread_make_base_notifiable()
2781 #define EFD_CLOEXEC 0 in evthread_make_base_notifiable() macro
2783 base->th_notify_fd[0] = eventfd(0, EFD_CLOEXEC); in evthread_make_base_notifiable()