Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread_attr.c243 attr->schedparam.sched_priority = param->sched_priority; in pthread_attr_setschedparam()
268 param->sched_priority = attr->schedparam.sched_priority; in pthread_attr_getschedparam()
A Dpthread.c479 ptd->attr.schedparam.sched_priority, 20) != RT_EOK) in pthread_create()
922 param.sched_priority = prio; in pthread_setschedprio()
A Dpthread.h81 int sched_priority; member
/components/lwp/
A Dlwp_syscall.c8792 …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