Home
last modified time | relevance | path

Searched refs:numprios (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c171 int numprios; in main() local
196 /* we get num numprios -1 for the workers, leaving one for the master */ in main()
197 numprios = sched_get_priority_max(SCHED_FIFO) - in main()
200 threads_per_prio = rt_threads / numprios; in main()
201 if (rt_threads % numprios) in main()

Completed in 1 milliseconds