Lines Matching defs:tval
700 struct timeval tval;
706 status = gettimeofday(&tval, NULL);
708 TIMEVAL_TO_TIMESPEC(&tval, &now);
1558 struct timeval tval;
1561 status = gettimeofday(&tval, NULL);
1563 TIMEVAL_TO_TIMESPEC(&tval, &now);
1877 struct timeval tval;
1881 status = gettimeofday(&tval, NULL);
1883 TIMEVAL_TO_TIMESPEC(&tval, &stop);
1889 struct timeval tval;
1891 status = gettimeofday(&tval, NULL);
1893 TIMEVAL_TO_TIMESPEC(&tval, &__kmp_sys_timer_data.start);