Searched refs:TIMESPEC_TO_TIMEVAL (Results 1 – 7 of 7) sorted by relevance
115 #if !defined(TIMESPEC_TO_TIMEVAL)116 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
493 #ifndef TIMESPEC_TO_TIMEVAL494 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
170 #ifndef TIMESPEC_TO_TIMEVAL171 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ macro
1229 TIMESPEC_TO_TIMEVAL(&transfer->timeout, ¤t_time); in calculate_timeout()2011 TIMESPEC_TO_TIMEVAL(&systime, &systime_ts); in handle_timeouts_locked()2591 TIMESPEC_TO_TIMEVAL(&cur_tv, &cur_ts); in libusb_get_next_timeout()
145 TIMESPEC_TO_TIMEVAL(&time2wait, req) in nanosleep()
145 TIMESPEC_TO_TIMEVAL(&timeout_val, &ts); in WaitForDataBlocking()