Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/p4workq/src/
Dmain.c119 static int active_count(void) in active_count() function
151 int n0 = active_count(); in add_new_item()
161 return (active_count() != n0); in add_new_item()
203 zassert_equal(active_count(), num_threads, in ZTEST()
215 } while (active_count() != 0); in ZTEST()