Searched refs:timeout_run (Results 1 – 1 of 1) sorted by relevance
44 volatile bool timeout_run = false; in ZTEST() local46 k_timer_user_data_set(&timer, (void *)&timeout_run); in ZTEST()52 zassert_false(timeout_run, "Timeout should not expire because irq is locked"); in ZTEST()56 zassert_true(timeout_run, "Timeout should expire because irq got unlocked"); in ZTEST()61 volatile bool timeout_run = false; in ZTEST() local64 k_timer_user_data_set(&timer, (void *)&timeout_run); in ZTEST()74 zassert_true(timeout_run, "Timeout should expire"); in ZTEST()