Home
last modified time | relevance | path

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

/external/strace/xlat/
Dtimerfdflags.h29 #if defined(TFD_NONBLOCK) || (defined(HAVE_DECL_TFD_NONBLOCK) && HAVE_DECL_TFD_NONBLOCK)
31 static_assert((TFD_NONBLOCK) == (O_NONBLOCK), "TFD_NONBLOCK != O_NONBLOCK");
34 # define TFD_NONBLOCK O_NONBLOCK
54 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.h33 #define TFD_NONBLOCK O_NONBLOCK macro
/external/libevent/
Depoll.c77 defined(HAVE_POSIX_MONOTONIC) && defined(TFD_NONBLOCK) && \
194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init()
/external/perfetto/src/base/
Dandroid_task_runner.cc28 timerfd_create(kWallTimeClockSource, TFD_NONBLOCK | TFD_CLOEXEC)) { in AndroidTaskRunner()
/external/wayland/src/
Devent-loop.c203 TFD_CLOEXEC | TFD_NONBLOCK); in wl_event_loop_add_timer()
/external/syzkaller/sys/linux/
Dsys_386.const591 TFD_NONBLOCK = 2048
Dsys_amd64.const591 TFD_NONBLOCK = 2048
Dsys_arm.const591 TFD_NONBLOCK = 2048
Dsys_ppc64le.const591 TFD_NONBLOCK = 2048
Dsys_arm64.const591 TFD_NONBLOCK = 2048
Dsys.txt948 timerfd_create_flags = TFD_NONBLOCK, TFD_CLOEXEC
/external/curl/docs/examples/
Dephiperfifo.c491 g.tfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in main()
/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()
/external/adhd/cras/src/libcras/
Dcras_client.c419 TFD_NONBLOCK|TFD_CLOEXEC); in error_delay_next_action()