Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/tests/
H A Dtest_thread_call.c51 int once_callback_counter = 0; variable
60 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()