Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress.c741 const struct timeval *ms_100, *ms_200, *sec_5; in test_common_timeout() local
744 ms_200 = event_base_init_common_timeout(base, &tmp_200_ms); in test_common_timeout()
747 tt_assert(ms_200); in test_common_timeout()
750 ==, ms_200); in test_common_timeout()
751 tt_ptr_op(event_base_init_common_timeout(base, ms_200), ==, ms_200); in test_common_timeout()
754 tt_int_op(ms_200->tv_sec, ==, 0); in test_common_timeout()
757 tt_int_op(ms_200->tv_usec, ==, 200000|0x50100000); in test_common_timeout()
771 event_add(&info[i].ev, ms_200); in test_common_timeout()
779 event_add(&info[i].ev, ms_200); in test_common_timeout()
785 event_add(&info[i].ev, ms_200); in test_common_timeout()
[all …]