Searched refs:TFD_TIMER_ABSTIME (Results 1 – 6 of 6) sorted by relevance
/external/strace/xlat/ |
D | timerfdflags.h | 4 #if defined(TFD_TIMER_ABSTIME) || (defined(HAVE_DECL_TFD_TIMER_ABSTIME) && HAVE_DECL_TFD_TIMER_ABST… 5 XLAT(TFD_TIMER_ABSTIME),
|
D | timerfdflags.in | 1 TFD_TIMER_ABSTIME
|
/external/valgrind/main/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/strace/ |
D | time.c | 827 #ifndef TFD_TIMER_ABSTIME 828 #define TFD_TIMER_ABSTIME (1 << 0) macro
|
/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()
|
/external/chromium_org/third_party/libusb/src/libusb/ |
D | io.c | 1280 r = timerfd_settime(ctx->timerfd, TFD_TIMER_ABSTIME, &it, NULL); in add_to_flying_list() 1404 r = timerfd_settime(ctx->timerfd, TFD_TIMER_ABSTIME, &it, NULL); in arm_timerfd_for_next_timeout()
|