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

  /development/ndk/sources/android/libportable/common/include/
timerfd_portable.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /bionic/libc/kernel/common/linux/
timerfd.h 26 #define TFD_NONBLOCK O_NONBLOCK
27 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
  /external/kernel-headers/original/linux/
timerfd.h 24 #define TFD_NONBLOCK O_NONBLOCK
26 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)

Completed in 701 milliseconds