Searched refs:SFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
2 #if defined SFD_CLOEXEC || defined O_CLOEXEC3 #if !(defined(SFD_CLOEXEC) || (defined(HAVE_DECL_SFD_CLOEXEC) && HAVE_DECL_SFD_CLOEXEC))4 # define SFD_CLOEXEC O_CLOEXEC macro19 #if defined SFD_CLOEXEC || defined O_CLOEXEC20 XLAT(SFD_CLOEXEC),
1 #if defined SFD_CLOEXEC || defined O_CLOEXEC2 SFD_CLOEXEC O_CLOEXEC
69 #define SFD_CLOEXEC O_CLOEXEC macro163 SFD_CLOEXEC); in main()
46 signalfd(descriptor_, &signal_mask_, SFD_CLOEXEC | SFD_NONBLOCK); in Init()104 signalfd(descriptor_, &signal_mask_, SFD_CLOEXEC | SFD_NONBLOCK)); in UpdateSignals()
16 #define SFD_CLOEXEC O_CLOEXEC macro