Home
last modified time | relevance | path

Searched refs:TFD_TIMER_ABSTIME (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dtimerfdflags.h6 #if defined(TFD_TIMER_ABSTIME) || (defined(HAVE_DECL_TFD_TIMER_ABSTIME) && HAVE_DECL_TFD_TIMER_ABST…
8 static_assert((TFD_TIMER_ABSTIME) == ((1 << 0)), "TFD_TIMER_ABSTIME != (1 << 0)");
11 # define TFD_TIMER_ABSTIME (1 << 0)
49 XLAT(TFD_TIMER_ABSTIME),
Dtimerfdflags.in3 TFD_TIMER_ABSTIME (1 << 0)
/external/libchrome/base/message_loop/
Dmessage_pump_android.cc31 #ifndef TFD_TIMER_ABSTIME
32 #define TFD_TIMER_ABSTIME (1 << 0) macro
296 int ret = timerfd_settime(delayed_fd_, TFD_TIMER_ABSTIME, &ts, nullptr); in ScheduleDelayedWork()
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c62 #define TFD_TIMER_ABSTIME (1 << 0) macro
188 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)) { in main()
206 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)) { in main()
/external/kernel-headers/original/uapi/linux/
Dtimerfd.h30 #define TFD_TIMER_ABSTIME (1 << 0) macro
/external/rust/crates/nix/src/sys/
Dtimerfd.rs82 const TFD_TIMER_ABSTIME = libc::TFD_TIMER_ABSTIME; constant
/external/libusb/libusb/os/
Devents_posix.c168 if (timerfd_settime(timer->timerfd, TFD_TIMER_ABSTIME, &it, NULL) == -1) { in usbi_arm_timer()
/external/wayland/src/
Devent-loop.c266 return timerfd_settime(timerfd, TFD_TIMER_ABSTIME, &its, NULL); in set_timer()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs678 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1716 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2626 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
/external/strace/
DChangeLog41575 The current code only decodes TFD_TIMER_ABSTIME when the kernel has
41580 (TFD_TIMER_ABSTIME): Move to xlat/timerfdflags.in.