Home
last modified time | relevance | path

Searched refs:TFD_NONBLOCK (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dtimerfdflags.h13 #if !(defined(TFD_NONBLOCK) || (defined(HAVE_DECL_TFD_NONBLOCK) && HAVE_DECL_TFD_NONBLOCK))
14 # define TFD_NONBLOCK O_NONBLOCK macro
32 XLAT(TFD_NONBLOCK),
Dtimerfdflags.in8 TFD_NONBLOCK O_NONBLOCK
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd03.c64 #define TFD_NONBLOCK O_NONBLOCK macro
155 TFD_NONBLOCK); in main()
/external/kernel-headers/original/uapi/linux/
Dtimerfd.h32 #define TFD_NONBLOCK O_NONBLOCK macro
/external/libusb/
Dconfigure.ac231 AC_CHECK_DECL([TFD_NONBLOCK], [tfd_hdr_ok=yes], [tfd_hdr_ok=no], [#include <sys/timerfd.h>])
/external/libusb/libusb/
Dio.c1151 TFD_NONBLOCK); in usbi_io_init()