Searched refs:log_cnt (Results 1 – 1 of 1) sorted by relevance
48 static atomic_t log_cnt; variable58 atomic_inc(&log_cnt); in process()80 atomic_set(&log_cnt, 0); in ZTEST()82 zassert_within(log_cnt, 3, 1); in ZTEST()86 atomic_set(&log_cnt, 0); in ZTEST()88 zassert_equal(log_cnt, 0); in ZTEST()92 zassert_within(log_cnt, 3, 1); in ZTEST()