Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c302 int n_timed_out=0, n_signal=0, n_broadcast=0; in thread_conditions_simple() local
367 ++n_signal; in thread_conditions_simple()
381 tt_int_op(n_broadcast + n_signal + n_timed_out, ==, NUM_THREADS); in thread_conditions_simple()
382 tt_int_op(n_signal, ==, 1); in thread_conditions_simple()
/freebsd/contrib/libevent/test/
H A Dregress_thread.c302 int n_timed_out=0, n_signal=0, n_broadcast=0; in thread_conditions_simple() local
367 ++n_signal; in thread_conditions_simple()
381 tt_int_op(n_broadcast + n_signal + n_timed_out, ==, NUM_THREADS); in thread_conditions_simple()
382 tt_int_op(n_signal, ==, 1); in thread_conditions_simple()