HomeSort by relevance Sort by last modified time
    Searched refs:O_CLOEXEC (Results 1 - 25 of 438) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
epoll_create1.c 39 #if defined __NR_epoll_create1 && defined O_CLOEXEC
41 if (syscall(__NR_epoll_create1, O_CLOEXEC))
43 return syscall(__NR_epoll_create1, O_CLOEXEC | O_NONBLOCK) >= 0;
eventfd.c 39 #if defined __NR_eventfd2 && defined O_CLOEXEC
41 return syscall(__NR_eventfd2, -1L, 1 | O_CLOEXEC | O_NONBLOCK) == 0 ?
signalfd.c 42 #if defined HAVE_SYS_SIGNALFD_H && defined HAVE_SIGNALFD && defined O_CLOEXEC
48 return signalfd(-1, &mask, O_CLOEXEC | O_NONBLOCK) == 0 ?
userfaultfd.c 41 #if defined __NR_userfaultfd && defined O_CLOEXEC
42 if (syscall(__NR_userfaultfd, 1 | O_NONBLOCK | O_CLOEXEC) != -1)
44 printf("userfaultfd(O_NONBLOCK|O_CLOEXEC|0x1) = -1 %s\n",
  /external/strace/xlat/
timerfdflags.in 5 #if defined TFD_CLOEXEC || defined O_CLOEXEC
6 TFD_CLOEXEC O_CLOEXEC
inotify_init_flags.h 14 #if defined(O_CLOEXEC) || (defined(HAVE_DECL_O_CLOEXEC) && HAVE_DECL_O_CLOEXEC)
15 XLAT(O_CLOEXEC),
uffd_flags.h 14 #if defined(O_CLOEXEC) || (defined(HAVE_DECL_O_CLOEXEC) && HAVE_DECL_O_CLOEXEC)
15 XLAT(O_CLOEXEC),
epollflags.h 2 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC
4 # define EPOLL_CLOEXEC O_CLOEXEC
16 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC
sfd_flags.h 2 #if defined SFD_CLOEXEC || defined O_CLOEXEC
4 # define SFD_CLOEXEC O_CLOEXEC
19 #if defined SFD_CLOEXEC || defined O_CLOEXEC
efd_flags.h 5 #if defined EFD_CLOEXEC || defined O_CLOEXEC
7 # define EFD_CLOEXEC O_CLOEXEC
23 #if defined EFD_CLOEXEC || defined O_CLOEXEC
timerfdflags.h 8 #if defined TFD_CLOEXEC || defined O_CLOEXEC
10 # define TFD_CLOEXEC O_CLOEXEC
29 #if defined TFD_CLOEXEC || defined O_CLOEXEC
  /external/bison/lib/
dup-safer-flag.c 30 STDERR_FILENO. If FLAG contains O_CLOEXEC, behave like
36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
  /external/libchrome/sandbox/linux/syscall_broker/
broker_common.h 19 // O_CLOEXEC is tricky because in theory another thread could call execve()
23 // F_GETFD in fcntl(2)) and O_CLOEXEC (see F_GETFL in fcntl(2)). O_CLOEXEC
25 // descriptor was originally opened with O_CLOEXEC as a flag. And it is sent
27 // O_CLOEXEC instead of FD_CLOEXEC may be tricked in thinking that the file
29 const int kCurrentProcessOpenFlagsMask = O_CLOEXEC;
  /development/ndk/platforms/android-3/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000

Completed in 329 milliseconds

1 2 3 4 5 6 7 8 91011>>