Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsfd_flags.h6 #if defined SFD_CLOEXEC || defined O_CLOEXEC
7 #if defined(SFD_CLOEXEC) || (defined(HAVE_DECL_SFD_CLOEXEC) && HAVE_DECL_SFD_CLOEXEC)
9 static_assert((SFD_CLOEXEC) == (O_CLOEXEC), "SFD_CLOEXEC != O_CLOEXEC");
12 # define SFD_CLOEXEC O_CLOEXEC
33 #if defined SFD_CLOEXEC || defined O_CLOEXEC
34 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.h17 #define SFD_CLOEXEC O_CLOEXEC macro
/external/wayland/
Dconfigure.ac101 AC_CHECK_DECL(SFD_CLOEXEC,[],
102 [AC_MSG_ERROR("SFD_CLOEXEC is needed to compile wayland libraries")],
/external/wayland/src/
Devent-loop.c270 source->base.fd = signalfd(-1, &mask, SFD_CLOEXEC | SFD_NONBLOCK); in wl_event_loop_add_signal()
/external/syzkaller/sys/linux/
Dsys_386.const533 SFD_CLOEXEC = 524288
Dsys_amd64.const533 SFD_CLOEXEC = 524288
Dsys_arm.const533 SFD_CLOEXEC = 524288
Dsys_ppc64le.const533 SFD_CLOEXEC = 524288
Dsys_arm64.const533 SFD_CLOEXEC = 524288
Dsys.txt946 signalfd_flags = SFD_NONBLOCK, SFD_CLOEXEC