Lines Matching refs:tv_start
985 struct timeval tv_start, tv_end; in del_wait_thread() local
987 evutil_gettimeofday(&tv_start, NULL); in del_wait_thread()
991 test_timeval_diff_eq(&tv_start, &tv_end, 300); in del_wait_thread()
1029 struct timeval tv_start, tv_end; in test_del_wait() local
1030 evutil_gettimeofday(&tv_start, NULL); in test_del_wait()
1033 test_timeval_diff_eq(&tv_start, &tv_end, 270); in test_del_wait()
1989 struct timeval tv, tv_start, tv_end; in test_loopexit() local
2003 evutil_gettimeofday(&tv_start, NULL); in test_loopexit()
2012 test_timeval_diff_eq(&tv_start, &tv_end, 300); in test_loopexit()
2022 struct timeval tv, tv_start, tv_end; in test_loopexit_multiple() local
2037 evutil_gettimeofday(&tv_start, NULL); in test_loopexit_multiple()
2046 test_timeval_diff_eq(&tv_start, &tv_end, 200); in test_loopexit_multiple()