Searched refs:ms_200 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c741 const struct timeval *ms_100, *ms_200, *sec_5; local
744 ms_200 = event_base_init_common_timeout(base, &tmp_200_ms);
747 tt_assert(ms_200);
750 ==, ms_200); local
751 tt_ptr_op(event_base_init_common_timeout(base, ms_200), ==, ms_200); local
754 tt_int_op(ms_200->tv_sec, ==, 0);
757 tt_int_op(ms_200->tv_usec, ==, 200000|0x50100000);
771 event_add(&info[i].ev, ms_200);
779 event_add(&info[i].ev, ms_200);
[all...]

Completed in 119 milliseconds