Searched refs:tv (Results 1 – 1 of 1) sorted by relevance
60 # define TIMEVAL_TO_VTIMES(tv) \ argument61 ((tv.tv_sec * VTIMES_UNITS_PER_SECOND) \62 + (tv.tv_usec * VTIMES_UNITS_PER_SECOND / 1000000))
Completed in 4 milliseconds