Searched refs:test_flag (Results 1 – 6 of 6) sorted by relevance
15 static volatile int test_flag; variable21 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()
12 static volatile int test_flag; variable18 test_flag = 1; in arm_zero_latency_isr_handler()34 init_flag = test_flag; in ZTEST()102 post_flag = test_flag; in ZTEST()
11 static volatile int test_flag; variable15 test_flag = 1; in ram_function()22 init_flag = test_flag; in ZTEST()52 post_flag = test_flag; in ZTEST()
12 static volatile int test_flag; variable216 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()
29 static volatile int test_flag; variable36 test_flag++; in arm_isr_handler()97 int i, flag = test_flag; in test_main()149 flag = test_flag; in test_main()
434 int test_flag; in ZTEST() local461 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()