Home | History | Annotate | Download | only in test

Lines Matching refs:tv3

3219 	struct timeval tv1, tv2, tv3, now;
3242 ev3 = event_new(base, -1, 0, cache_time_cb, &tv3);
3252 tt_int_op(labs(timeval_msec_diff(&tv2,&tv3)), >, 10);
3255 tt_int_op(labs(timeval_msec_diff(&tv2,&tv3)), >, 10);
3258 tt_assert(evutil_timercmp(&tv2, &tv3, ==));