HomeSort by relevance Sort by last modified time
    Searched defs:SFD_CLOEXEC (Results 1 - 7 of 7) sorted by null

  /external/strace/xlat/
sfd_flags.h 2 #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
19 #if defined SFD_CLOEXEC || defined O_CLOEXEC
20 XLAT(SFD_CLOEXEC),
  /external/ltp/testcases/kernel/syscalls/signalfd4/
signalfd4_01.c 31 /* patch the only flag support is SFD_CLOEXEC which causes the close-on-exec */
32 /* flag for the returned file descriptor to be set. A new name SFD_CLOEXEC is */
69 #define SFD_CLOEXEC O_CLOEXEC
163 SFD_CLOEXEC);
167 "signalfd4(SFD_CLOEXEC) failed");
176 "signalfd4(SFD_CLOEXEC) does not set close-on-exec flag");
179 tst_resm(TPASS, "signalfd4(SFD_CLOEXEC) Passed");
  /bionic/libc/kernel/uapi/linux/
signalfd.h 23 #define SFD_CLOEXEC O_CLOEXEC
  /external/kernel-headers/original/uapi/linux/
signalfd.h 17 #define SFD_CLOEXEC O_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
signalfd.h 51 SFD_CLOEXEC = 02000000,
52 #define SFD_CLOEXEC SFD_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
signalfd.h 16 #define SFD_CLOEXEC O_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
signalfd.h 51 SFD_CLOEXEC = 02000000,
52 #define SFD_CLOEXEC SFD_CLOEXEC

Completed in 350 milliseconds