Home
last modified time | relevance | path

Searched refs:tv (Results 1 – 2 of 2) sorted by relevance

/nptl/
A Dtst-sem12.c7 struct timeval tv; \
8 gettimeofday (&tv, NULL); \
9 TIMEVAL_TO_TIMESPEC (&tv, &ts); \
A Dperf.c197 struct timespec tv; in work() local
199 tv.tv_sec = 0; in work()
200 tv.tv_nsec = 10000000; in work()
205 nanosleep (&tv, NULL); in work()

Completed in 4 milliseconds