Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c169 int threads_per_prio; in main() local
200 threads_per_prio = rt_threads / numprios; in main()
202 threads_per_prio++; in main()
207 if ((i != rt_threads && (i % threads_per_prio) == 0)) in main()