Searched refs:rtime1 (Results 1 – 1 of 1) sorted by relevance
379 struct timeval rtime1, rtime2; in cond_wait() local385 gettimeofday(&rtime1, NULL); in cond_wait()386 sec = rtime1.tv_sec; in cond_wait()387 usec = rtime1.tv_usec; in cond_wait()401 tdiff = (rtime2.tv_sec - rtime1.tv_sec) * 1000 + in cond_wait()402 (rtime2.tv_usec - rtime1.tv_usec) / 1000; in cond_wait()