Lines Matching refs:start_time
109 struct timeval& start_time) { in WaitOnFD() argument
116 int seconds = time_now.tv_sec - start_time.tv_sec; in WaitOnFD()
117 gone = seconds * 1000 + (time_now.tv_usec - start_time.tv_usec) / 1000; in WaitOnFD()
142 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) { in TimeIsOut() argument
147 int seconds = time_now.tv_sec - start_time.tv_sec; in TimeIsOut()
152 int useconds = time_now.tv_usec - start_time.tv_usec; in TimeIsOut()
311 struct timeval& start_time, in GetStdout() argument
334 start_time) || in GetStdout()
335 (TimeIsOut(start_time, total_timeout))) { in GetStdout()
380 struct timeval& start_time, in WaitForChild() argument
394 (TimeIsOut(start_time, total_timeout))) { in WaitForChild()
472 struct timeval start_time; in System() local
473 gettimeofday(&start_time, NULL); in System()
505 start_time, in System()
515 start_time, in System()