Searched refs:tvWait (Results 1 – 1 of 1) sorted by relevance
1289 struct timeval tvWait; in Wait() local1293 tvWait.tv_sec = cmsWait / 1000; in Wait()1294 tvWait.tv_usec = (cmsWait % 1000) * 1000; in Wait()1295 ptvWait = &tvWait; in Wait()1299 tvStop.tv_sec += tvWait.tv_sec; in Wait()1300 tvStop.tv_usec += tvWait.tv_usec; in Wait()