Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/smp/src/
Dmain.c939 static int global_cnt; variable
1011 global_cnt++; in inc_global_cnt()
1012 global_cnt--; in inc_global_cnt()
1013 global_cnt++; in inc_global_cnt()
1028 global_cnt = 0; in run_concurrency()
1059 printk("type %d: cnt %d, spend %u ms\n", type, global_cnt, in run_concurrency()
1062 return global_cnt == (LOOP_COUNT * 3); in run_concurrency()
1085 "total count %d is wrong(i)", global_cnt); in ZTEST()
1089 "total count %d is wrong(s)", global_cnt); in ZTEST()
1093 "total count %d is wrong(M)", global_cnt); in ZTEST()