Searched refs:EFD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
5 #if defined EFD_CLOEXEC || defined O_CLOEXEC6 #if !(defined(EFD_CLOEXEC) || (defined(HAVE_DECL_EFD_CLOEXEC) && HAVE_DECL_EFD_CLOEXEC))7 # define EFD_CLOEXEC O_CLOEXEC macro23 #if defined EFD_CLOEXEC || defined O_CLOEXEC24 XLAT(EFD_CLOEXEC),
2 #if defined EFD_CLOEXEC || defined O_CLOEXEC3 EFD_CLOEXEC O_CLOEXEC
1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
2780 #ifndef EFD_CLOEXEC in evthread_make_base_notifiable()2781 #define EFD_CLOEXEC 0 in evthread_make_base_notifiable() macro2783 base->th_notify_fd[0] = eventfd(0, EFD_CLOEXEC); in evthread_make_base_notifiable()