Home | History | Annotate | Download | only in src

Lines Matching defs:start_time

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