Lines Matching defs:tv_begin
169 struct timeval tv_begin;
1030 timersub(&t->tv_end, &t->tv_begin, &tv);
1438 timersub(&new->tv_begin, &old->tv_begin, &old->tv_delta);
1439 old->tv_begin = new->tv_begin;
1531 t->tv_begin.tv_sec = 0;
1532 t->tv_begin.tv_usec = 0;
1606 /* remember first tv_begin */
1607 if (average.threads.tv_begin.tv_sec == 0)
1608 average.threads.tv_begin = t->tv_begin;
1905 gettimeofday(&t->tv_begin, (struct timezone *)NULL);