Lines Matching refs:tv_end
976 struct timeval tv_start, tv_end; in del_wait_thread() local
980 evutil_gettimeofday(&tv_end, 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
1023 evutil_gettimeofday(&tv_end, 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
1969 evutil_gettimeofday(&tv_end, 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
2003 evutil_gettimeofday(&tv_end, NULL); in test_loopexit_multiple()
2010 test_timeval_diff_eq(&tv_start, &tv_end, 200); in test_loopexit_multiple()