Searched refs:rt_thread_sched_params (Results 1 – 3 of 3) sorted by relevance
97 struct sched_param rt_thread_sched_params; in run() local113 rt_thread_sched_params.sched_priority = 80; in run()115 &rt_thread_sched_params)); in run()
126 struct sched_param rt_thread_sched_params; in create_rt_thread() local133 rt_thread_sched_params.sched_priority = prio; in create_rt_thread()135 &rt_thread_sched_params)); in create_rt_thread()
328 struct sched_param rt_thread_sched_params; in create_rt_thread() local335 rt_thread_sched_params.sched_priority = prio; in create_rt_thread()337 &rt_thread_sched_params)); in create_rt_thread()