Home
last modified time | relevance | path

Searched refs:SFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dsfd_flags.h2 #if defined SFD_CLOEXEC || defined O_CLOEXEC
3 #if !(defined(SFD_CLOEXEC) || (defined(HAVE_DECL_SFD_CLOEXEC) && HAVE_DECL_SFD_CLOEXEC))
4 # define SFD_CLOEXEC O_CLOEXEC macro
19 #if defined SFD_CLOEXEC || defined O_CLOEXEC
20 XLAT(SFD_CLOEXEC),
Dsfd_flags.in1 #if defined SFD_CLOEXEC || defined O_CLOEXEC
2 SFD_CLOEXEC O_CLOEXEC
/external/ltp/testcases/kernel/syscalls/signalfd4/
Dsignalfd4_01.c69 #define SFD_CLOEXEC O_CLOEXEC macro
163 SFD_CLOEXEC); in main()
/external/libbrillo/brillo/
Dasynchronous_signal_handler.cc46 signalfd(descriptor_, &signal_mask_, SFD_CLOEXEC | SFD_NONBLOCK); in Init()
104 signalfd(descriptor_, &signal_mask_, SFD_CLOEXEC | SFD_NONBLOCK)); in UpdateSignals()
/external/kernel-headers/original/uapi/linux/
Dsignalfd.h16 #define SFD_CLOEXEC O_CLOEXEC macro