Searched refs:TFD_TIMER_ABSTIME (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | timerfdflags.h | 6 #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),
|
D | timerfdflags.in | 3 TFD_TIMER_ABSTIME (1 << 0)
|
/external/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd01.c | 62 #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/ |
D | timerfd.h | 30 #define TFD_TIMER_ABSTIME (1 << 0) macro
|
/external/libusb/libusb/ |
D | io.c | 1346 r = timerfd_settime(ctx->timerfd, TFD_TIMER_ABSTIME, &it, NULL); in arm_timerfd_for_next_timeout() 1418 r = timerfd_settime(ctx->timerfd, TFD_TIMER_ABSTIME, &it, NULL); in add_to_flying_list()
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1540 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2612 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
|
/external/strace/ |
D | ChangeLog | 41575 The current code only decodes TFD_TIMER_ABSTIME when the kernel has 41580 (TFD_TIMER_ABSTIME): Move to xlat/timerfdflags.in.
|