Home
last modified time | relevance | path

Searched refs:sched_attr (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_getschedparam.c84 param->sched_priority = attr->sched_attr.sched_priority; in pthread_attr_getschedparam()
Dpx_pth_getschedparam.c89 *param=thread_tcb->sched_attr; in pthread_getschedparam()
Dpx_pth_set_default_pthread_attr.c72 attr->sched_attr.sched_priority =31; in set_default_pthread_attr()
Dpx_pth_init.c220 pthread_ptr->current_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
223 pthread_ptr->orig_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
224 pthread_ptr->sched_attr.sched_priority= attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
Dpx_pth_attr_setschedparam.c91 attr->sched_attr.sched_priority = param->sched_priority; in pthread_attr_setschedparam()
Dpx_pth_create.c170 pthread_ptr->sched_attr.sched_priority= current_thread_ptr->sched_attr.sched_priority ; in pthread_create()
Dpx_pth_setschedparam.c100 thread_tcb->sched_attr.sched_priority=param->sched_priority; in pthread_setschedparam()
Dpx_pth_kill.c227 new_signal_thread -> sched_attr.sched_priority= target_thread -> sched_attr.sched_priority ; in pthread_kill()
Dtx_posix.h284 struct sched_param sched_attr; member
312 struct sched_param sched_attr; member