Home
last modified time | relevance | path

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

/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dload_store.c42 static volatile bool test_exited; variable
72 for (load_store_low_count = 0; !test_exited; load_store_low_count++) { in load_store_low()
208 test_exited = true; in load_store_high()
221 test_exited = false; in ZTEST()
Dcalculation_arc.c43 static volatile bool test_exited; variable
57 for (calc_low_count = 0; !test_exited; calc_low_count++) { in calculate_low()
130 test_exited = true; in calculate_high()
143 test_exited = false; in ZTEST()
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dpi.c63 static volatile bool test_exited; variable
81 for (calc_pi_low_count = 0; !test_exited; calc_pi_low_count++) { in calculate_pi_low()
167 test_exited = true; in calculate_pi_high()
180 test_exited = false; in ZTEST()
Dload_store.c97 static volatile bool test_exited; variable
130 for (load_store_low_count = 0; !test_exited; load_store_low_count++) { in load_store_low()
308 test_exited = true; in load_store_high()
321 test_exited = false; in ZTEST()