Home
last modified time | relevance | path

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

/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c63 static atomic_t busy_threads_started; variable
115 atomic_inc(&busy_threads_started); in busy_thread()
128 while (atomic_get(&busy_threads_started) < busy_threads) { in timer_thread()