Searched refs:sched_priority (Results 1 – 4 of 4) sorted by relevance
243 attr->schedparam.sched_priority = param->sched_priority; in pthread_attr_setschedparam()268 param->sched_priority = attr->schedparam.sched_priority; in pthread_attr_getschedparam()
479 ptd->attr.schedparam.sched_priority, 20) != RT_EOK) in pthread_create()922 param.sched_priority = prio; in pthread_setschedprio()
81 int sched_priority; member
8792 …t = rt_thread_control(thread, RT_THREAD_CTRL_RESET_PRIORITY, (void *)&sched_param->sched_priority); in sys_sched_setparam()8856 sched_param->sched_priority = RT_SCHED_PRIV(thread).current_priority; in sys_sched_getparam()8962 …t = rt_thread_control(thread, RT_THREAD_CTRL_RESET_PRIORITY, (void *)&sched_param->sched_priority); in sys_sched_setscheduler()
Completed in 24 milliseconds