Home
last modified time | relevance | path

Searched refs:sec_5 (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
745 sec_5 = event_base_init_common_timeout(base, &tmp_5_sec); in test_common_timeout()
748 tt_assert(sec_5); in test_common_timeout()
752 tt_ptr_op(event_base_init_common_timeout(base, &tmp_5M_usec), ==, sec_5); in test_common_timeout()
755 tt_int_op(sec_5->tv_sec, ==, 5); in test_common_timeout()
758 tt_int_op(sec_5->tv_usec, ==, 0|0x50200000); in test_common_timeout()