Searched refs:n_activate_other_event_cb (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.c | 1831 static int n_activate_other_event_cb=0; variable 1853 ++n_activate_other_event_cb; in activate_other_event_cb() 1877 n_write_a_byte_cb, n_read_and_drain_cb, n_activate_other_event_cb)); in test_active_later() 1881 tt_int_op(n_write_a_byte_cb, ==, n_activate_other_event_cb); in test_active_later() 1884 tt_int_op(n_activate_other_event_cb, >, 100); in test_active_later()
|
/freebsd/contrib/libevent/test/ |
H A D | regress.c | 1831 static int n_activate_other_event_cb=0; variable 1853 ++n_activate_other_event_cb; in activate_other_event_cb() 1877 n_write_a_byte_cb, n_read_and_drain_cb, n_activate_other_event_cb)); in test_active_later() 1881 tt_int_op(n_write_a_byte_cb, ==, n_activate_other_event_cb); in test_active_later() 1884 tt_int_op(n_activate_other_event_cb, >, 100); in test_active_later()
|