Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/arch/arm/arm_irq_advanced_features/src/
Darm_dynamic_direct_interrupts.c15 static volatile int test_flag; variable
21 test_flag = 1; in arm_direct_isr_handler_0()
28 test_flag = 2; in arm_direct_isr_handler_1()
61 post_flag = test_flag; in ZTEST()
85 post_flag = test_flag; in ZTEST()
Darm_zero_latency_irqs.c12 static volatile int test_flag; variable
18 test_flag = 1; in arm_zero_latency_isr_handler()
34 init_flag = test_flag; in ZTEST()
102 post_flag = test_flag; in ZTEST()
/Zephyr-Core-3.7.0/tests/arch/common/ramfunc/src/
Dramfunc.c11 static volatile int test_flag; variable
15 test_flag = 1; in ram_function()
22 init_flag = test_flag; in ZTEST()
52 post_flag = test_flag; in ZTEST()
/Zephyr-Core-3.7.0/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c12 static volatile int test_flag; variable
216 test_flag++; in arm_isr_handler()
218 if (test_flag == 1) { in arm_isr_handler()
222 } else if (test_flag == 2) { in arm_isr_handler()
226 } else if (test_flag == 3) { in arm_isr_handler()
230 } else if (test_flag == 4) { in arm_isr_handler()
250 init_flag = test_flag; in ZTEST()
334 post_flag = test_flag; in ZTEST()
/Zephyr-Core-3.7.0/tests/arch/arm/arm_no_multithreading/src/
Dmain.c29 static volatile int test_flag; variable
36 test_flag++; in arm_isr_handler()
97 int i, flag = test_flag; in test_main()
149 flag = test_flag; in test_main()
/Zephyr-Core-3.7.0/tests/arch/arm/arm_thread_swap/src/
Darm_thread_arch.c434 int test_flag; in ZTEST() local
461 test_flag = switch_flag; in ZTEST()
462 zassert_true(test_flag == false, in ZTEST()
543 test_flag = switch_flag; in ZTEST()
544 zassert_true(test_flag == false, in ZTEST()
564 test_flag = switch_flag; in ZTEST()
565 zassert_true(test_flag == false, in ZTEST()
678 test_flag = switch_flag; in ZTEST()
679 zassert_true(test_flag == true, in ZTEST()