Lines Matching refs:tv_start
976 struct timeval tv_start, tv_end; in del_wait_thread() local
978 evutil_gettimeofday(&tv_start, NULL); in del_wait_thread()
982 test_timeval_diff_eq(&tv_start, &tv_end, 300); in del_wait_thread()
1020 struct timeval tv_start, tv_end; in test_del_wait() local
1021 evutil_gettimeofday(&tv_start, NULL); in test_del_wait()
1024 test_timeval_diff_eq(&tv_start, &tv_end, 270); in test_del_wait()
1953 struct timeval tv, tv_start, tv_end; in test_loopexit() local
1967 evutil_gettimeofday(&tv_start, NULL); in test_loopexit()
1976 test_timeval_diff_eq(&tv_start, &tv_end, 300); in test_loopexit()
1986 struct timeval tv, tv_start, tv_end; in test_loopexit_multiple() local
2001 evutil_gettimeofday(&tv_start, NULL); in test_loopexit_multiple()
2010 test_timeval_diff_eq(&tv_start, &tv_end, 200); in test_loopexit_multiple()