Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_getschedparam.c83 param->sched_priority = attr->sched_attr.sched_priority; in pthread_attr_getschedparam()
Dpx_pth_getschedparam.c88 *param=thread_tcb->sched_attr; in pthread_getschedparam()
Dpx_pth_set_default_pthread_attr.c71 attr->sched_attr.sched_priority =31; in set_default_pthread_attr()
Dpx_pth_init.c219 pthread_ptr->current_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
222 pthread_ptr->orig_priority = attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
223 pthread_ptr->sched_attr.sched_priority= attr->sched_attr.sched_priority ; in posix_copy_pthread_attr()
Dpx_pth_attr_setschedparam.c90 attr->sched_attr.sched_priority = param->sched_priority; in pthread_attr_setschedparam()
Dpx_pth_create.c169 pthread_ptr->sched_attr.sched_priority= current_thread_ptr->sched_attr.sched_priority ; in pthread_create()
Dpx_pth_setschedparam.c99 thread_tcb->sched_attr.sched_priority=param->sched_priority; in pthread_setschedparam()
Dpx_pth_kill.c226 new_signal_thread -> sched_attr.sched_priority= target_thread -> sched_attr.sched_priority ; in pthread_kill()
Dtx_posix.h283 struct sched_param sched_attr; member
311 struct sched_param sched_attr; member