Searched refs:tvWait (Results 1 – 1 of 1) sorted by relevance
1231 struct timeval tvWait; in Wait() local1235 tvWait.tv_sec = cmsWait / 1000; in Wait()1236 tvWait.tv_usec = (cmsWait % 1000) * 1000; in Wait()1237 ptvWait = &tvWait; in Wait()1241 tvStop.tv_sec += tvWait.tv_sec; in Wait()1242 tvStop.tv_usec += tvWait.tv_usec; in Wait()