Searched refs:tv (Results 1 – 1 of 1) sorted by relevance
184 struct timeval tv; in Wait() local185 gettimeofday(&tv, NULL); in Wait()187 …nt64_t nanoseconds = ((uint64_t) tv.tv_sec) * 1000 * 1000 * 1000 + (uint64_t)milliseconds * 1000 *… in Wait()