Searched refs:curtime (Results 1 – 1 of 1) sorted by relevance
43 struct timeval curtime; in t1_func() local54 if (gettimeofday(&curtime, NULL) != 0) { in t1_func()58 timeout.tv_sec = curtime.tv_sec + TIMEOUT; in t1_func()59 timeout.tv_nsec = curtime.tv_usec * 1000; in t1_func()
Completed in 3 milliseconds