HomeSort by relevance Sort by last modified time
    Searched refs:TFD_CLOEXEC (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
timerfd.h 28 TFD_CLOEXEC = 02000000,
29 #define TFD_CLOEXEC TFD_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
timerfd.h 28 TFD_CLOEXEC = 02000000,
29 #define TFD_CLOEXEC TFD_CLOEXEC
  /bionic/libc/include/sys/
timerfd.h 41 #define TFD_CLOEXEC O_CLOEXEC
  /development/ndk/platforms/android-L/include/sys/
timerfd.h 41 #define TFD_CLOEXEC O_CLOEXEC
  /development/ndk/sources/android/libportable/common/include/
timerfd_portable.h 41 #define TFD_CLOEXEC O_CLOEXEC
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
timerfd.h 41 #define TFD_CLOEXEC O_CLOEXEC
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
timerfd.h 41 #define TFD_CLOEXEC O_CLOEXEC
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
timerfd.h 41 #define TFD_CLOEXEC O_CLOEXEC
  /development/ndk/sources/android/libportable/arch-mips/
timerfd.c 53 native_flags |= TFD_CLOEXEC;
73 if (native_flags & TFD_CLOEXEC) {

Completed in 144 milliseconds