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

  /development/ndk/sources/android/libportable/common/include/
timerfd_portable.h 41 #define TFD_CLOEXEC O_CLOEXEC
  /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)

Completed in 291 milliseconds