Searched refs:once_callback_counter (Results 1 – 1 of 1) sorted by relevance
51 int once_callback_counter = 0; variable60 once_callback_counter++; in test_once_callback()62 T_ASSERT_EQ_INT(once_callback_counter, 1, "only one callback"); in test_once_callback()112 T_ASSERT_EQ_INT(once_callback_counter, 1, "callback fired"); in test_once_thread_call()