Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/sched/eas/
Dsched_latency_rt.c97 struct sched_param rt_thread_sched_params; in run() local
113 rt_thread_sched_params.sched_priority = 80; in run()
115 &rt_thread_sched_params)); in run()
Dsched_prio_3_rr.c126 struct sched_param rt_thread_sched_params; in create_rt_thread() local
133 rt_thread_sched_params.sched_priority = prio; in create_rt_thread()
135 &rt_thread_sched_params)); in create_rt_thread()
Dsched_prio_3_fifo.c328 struct sched_param rt_thread_sched_params; in create_rt_thread() local
335 rt_thread_sched_params.sched_priority = prio; in create_rt_thread()
337 &rt_thread_sched_params)); in create_rt_thread()