Searched refs:busy_threads_started (Results 1 – 1 of 1) sorted by relevance
63 static atomic_t busy_threads_started; variable115 atomic_inc(&busy_threads_started); in busy_thread()128 while (atomic_get(&busy_threads_started) < busy_threads) { in timer_thread()