Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/arch/arm/arm_irq_advanced_features/src/
Darm_dynamic_direct_interrupts.c33 int post_flag = 0; in ZTEST() local
61 post_flag = test_flag; in ZTEST()
62 zassert_true(post_flag == 1, "Test flag not set by ISR0\n"); in ZTEST()
64 post_flag = 0; in ZTEST()
85 post_flag = test_flag; in ZTEST()
86 zassert_true(post_flag == 2, "Test flag not set by ISR1\n"); in ZTEST()
Darm_zero_latency_irqs.c32 int init_flag, post_flag; in ZTEST() local
102 post_flag = test_flag; in ZTEST()
103 zassert_true(post_flag == 1, "Test flag not set by ISR\n"); in ZTEST()
/Zephyr-Core-3.4.0/tests/arch/arm/arm_ramfunc/src/
Darm_ramfunc.c20 int init_flag, post_flag; in ZTEST() local
52 post_flag = test_flag; in ZTEST()
53 zassert_true(post_flag == 1, in ZTEST()
/Zephyr-Core-3.4.0/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c244 int init_flag, post_flag, reason; in ZTEST() local
330 post_flag = test_flag; in ZTEST()
331 zassert_true(post_flag == j, "Test flag not set by ISR\n"); in ZTEST()
/Zephyr-Core-3.4.0/tests/arch/arm/arm_thread_swap/src/
Darm_thread_arch.c226 int init_flag, post_flag; in alt_thread_entry() local
423 post_flag = switch_flag; in alt_thread_entry()
424 zassert_true(post_flag == false, in alt_thread_entry()