Home
last modified time | relevance | path

Searched refs:TFD_NONBLOCK (Results 1 – 15 of 15) 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/
Dperiodic_task.cc40 timerfd_create(CLOCK_BOOTTIME, TFD_CLOEXEC | TFD_NONBLOCK)); in CreateTimerFd()
/external/rust/crates/nix/src/sys/
Dtimerfd.rs74 TFD_NONBLOCK;
/external/libusb/libusb/os/
Devents_posix.c149 timer->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in usbi_create_timer()
/external/curl/docs/examples/
Dephiperfifo.c484 g.tfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in main()
/external/wayland/src/
Devent-loop.c319 TFD_CLOEXEC | TFD_NONBLOCK); in wl_timer_heap_ensure_timerfd()
/external/libusb/
Dconfigure.ac263 …AC_CHECK_DECLS([TFD_NONBLOCK, TFD_CLOEXEC], [timerfd_h_ok=yes], [timerfd_h_ok=], [[#include <sys/t…
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs677 pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; constant
/external/adhd/cras/src/libcras/
Dcras_client.c510 TFD_NONBLOCK | TFD_CLOEXEC); in error_delay_next_action()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1715 pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2625 pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; constant