Searched refs:tv (Results 1 – 1 of 1) sorted by relevance
67 struct timeval tv; in realtime_gettime() local68 int retval = gettimeofday (&tv, NULL); in realtime_gettime()71 TIMEVAL_TO_TIMESPEC (&tv, tp); in realtime_gettime()80 struct timeval tv; in __libc_clock_gettime() local91 retval = gettimeofday (&tv, NULL); in __libc_clock_gettime()93 TIMEVAL_TO_TIMESPEC (&tv, tp); in __libc_clock_gettime()
Completed in 6 milliseconds