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

  /bionic/libc/kernel/common/linux/
timerfd.h 25 #define TFD_CLOEXEC O_CLOEXEC
27 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
  /external/kernel-headers/original/linux/
timerfd.h 23 #define TFD_CLOEXEC O_CLOEXEC
26 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
  /development/ndk/sources/android/libportable/common/include/
timerfd_portable.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 809 milliseconds