Searched refs:TFD_TIMER_ABSTIME (Results 1 – 4 of 4) sorted by relevance
/external/strace/xlat/ |
D | timerfdflags.h | 2 #if !(defined(TFD_TIMER_ABSTIME) || (defined(HAVE_DECL_TFD_TIMER_ABSTIME) && HAVE_DECL_TFD_TIMER_AB… 3 # define TFD_TIMER_ABSTIME (1 << 0) macro 27 XLAT(TFD_TIMER_ABSTIME),
|
D | timerfdflags.in | 3 TFD_TIMER_ABSTIME (1 << 0)
|
/external/valgrind/memcheck/tests/linux/ |
D | timerfd-syscall.c | 92 #define TFD_TIMER_ABSTIME (1 << 0) macro 224 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)) in main() 243 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)) in main()
|
/external/libusb/libusb/ |
D | io.c | 1249 r = timerfd_settime(ctx->timerfd, TFD_TIMER_ABSTIME, &it, NULL); in libusb_submit_transfer() 1328 r = timerfd_settime(ctx->timerfd, TFD_TIMER_ABSTIME, &it, NULL); in arm_timerfd_for_next_timeout()
|