Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/kernel/smp/src/
Dmain.c937 static int global_cnt; variable
1009 global_cnt++; in inc_global_cnt()
1010 global_cnt--; in inc_global_cnt()
1011 global_cnt++; in inc_global_cnt()
1026 global_cnt = 0; in run_concurrency()
1057 printk("type %d: cnt %d, spend %u ms\n", type, global_cnt, in run_concurrency()
1060 return global_cnt == (LOOP_COUNT * 3); in run_concurrency()
1083 "total count %d is wrong(i)", global_cnt); in ZTEST()
1087 "total count %d is wrong(s)", global_cnt); in ZTEST()
1091 "total count %d is wrong(M)", global_cnt); in ZTEST()