Searched refs:timer_executed (Results 1 – 1 of 1) sorted by relevance
68 static bool timer_executed, nested_executed; variable88 timer_executed = true; in nestoff_timer_fn()96 zassert_false(timer_executed, "should not return to this thread"); in offload_thread_fn()113 zassert_false(timer_executed, "timer ran too soon"); in ZTEST()128 zassert_true(timer_executed, "timer did not run"); in ZTEST()