Home
last modified time | relevance | path

Searched refs:TIMESPEC_TO_TIMEVAL (Results 1 – 7 of 7) sorted by relevance

/external/libusb/libusb/os/
Dpoll_windows.h115 #if !defined(TIMESPEC_TO_TIMEVAL)
116 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
/external/openssh/
Ddefines.h493 #ifndef TIMESPEC_TO_TIMEVAL
494 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
/external/libusb/include/libusb/
Dlibusbi.h170 #ifndef TIMESPEC_TO_TIMEVAL
171 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ macro
/external/libusb/libusb/
Dlibusbi.h170 #ifndef TIMESPEC_TO_TIMEVAL
171 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ macro
Dio.c1229 TIMESPEC_TO_TIMEVAL(&transfer->timeout, &current_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()
/external/openssh/openbsd-compat/
Dbsd-misc.c145 TIMESPEC_TO_TIMEVAL(&time2wait, req) in nanosleep()
/external/libbrillo/brillo/streams/
Dfile_stream.cc145 TIMESPEC_TO_TIMEVAL(&timeout_val, &ts); in WaitForDataBlocking()