Searched refs:timeval_from_timespec (Results 1 – 3 of 3) sorted by relevance
43 __LIBC_HIDDEN__ void timeval_from_timespec(timeval& tv, const timespec& ts);
50 void timeval_from_timespec(timeval& tv, const timespec& ts) { in timeval_from_timespec() function
88 timeval_from_timespec(*tv, ts); in select()