Searched refs:tv (Results 1 – 2 of 2) sorted by relevance
7 struct timeval tv; \8 gettimeofday (&tv, NULL); \9 TIMEVAL_TO_TIMESPEC (&tv, &ts); \
197 struct timespec tv; in work() local199 tv.tv_sec = 0; in work()200 tv.tv_nsec = 10000000; in work()205 nanosleep (&tv, NULL); in work()
Completed in 4 milliseconds