Lines Matching refs:tv_start
1032 struct timeval tv_start, tv_end; in del_wait_thread() local
1034 evutil_gettimeofday(&tv_start, NULL); in del_wait_thread()
1038 test_timeval_diff_eq(&tv_start, &tv_end, 300); in del_wait_thread()
1076 struct timeval tv_start, tv_end; in test_del_wait() local
1077 evutil_gettimeofday(&tv_start, NULL); in test_del_wait()
1080 test_timeval_diff_eq(&tv_start, &tv_end, 270); in test_del_wait()
2036 struct timeval tv, tv_start, tv_end; in test_loopexit() local
2050 evutil_gettimeofday(&tv_start, NULL); in test_loopexit()
2059 test_timeval_diff_eq(&tv_start, &tv_end, 300); in test_loopexit()
2069 struct timeval tv, tv_start, tv_end; in test_loopexit_multiple() local
2084 evutil_gettimeofday(&tv_start, NULL); in test_loopexit_multiple()
2093 test_timeval_diff_eq(&tv_start, &tv_end, 200); in test_loopexit_multiple()