Home
last modified time | relevance | path

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

/external/strace/xlat/
Dtimerfdflags.h2 #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),
Dtimerfdflags.in3 TFD_TIMER_ABSTIME (1 << 0)
/external/valgrind/memcheck/tests/linux/
Dtimerfd-syscall.c92 #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/
Dio.c1249 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()