Searched refs:dec_tick_called (Results 1 – 1 of 1) sorted by relevance
8207 static int gen_tick_called, dec_tick_called, tick_key_cb_called; variable8228 dec_tick_called = 1; in dec_tick_cb()8386 gen_tick_called = dec_tick_called = tick_key_cb_called = 0; in test_ticket_callbacks()8466 || !TEST_int_eq(dec_tick_called, ((tst % 2) == 0) ? 1 : 0)) in test_ticket_callbacks()8469 gen_tick_called = dec_tick_called = 0; in test_ticket_callbacks()8502 || !TEST_int_eq(dec_tick_called, (tst == 13 || tst == 19) ? 0 : 1)) in test_ticket_callbacks()
Completed in 27 milliseconds