HomeSort by relevance Sort by last modified time
    Searched full:busy_threads_started (Results 1 - 1 of 1) sorted by null

  /external/ltp/testcases/realtime/func/hrtimer-prio/
hrtimer-prio.c 63 static atomic_t busy_threads_started; variable
118 atomic_inc(&busy_threads_started);
131 while (atomic_get(&busy_threads_started) < busy_threads) {

Completed in 59 milliseconds