Searched refs:sched_attr (Results 1 – 9 of 9) sorted by relevance
84 param->sched_priority = attr->sched_attr.sched_priority; in pthread_attr_getschedparam()
89 *param=thread_tcb->sched_attr; in pthread_getschedparam()
72 attr->sched_attr.sched_priority =31; in set_default_pthread_attr()
220 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()
91 attr->sched_attr.sched_priority = param->sched_priority; in pthread_attr_setschedparam()
170 pthread_ptr->sched_attr.sched_priority= current_thread_ptr->sched_attr.sched_priority ; in pthread_create()
100 thread_tcb->sched_attr.sched_priority=param->sched_priority; in pthread_setschedparam()
227 new_signal_thread -> sched_attr.sched_priority= target_thread -> sched_attr.sched_priority ; in pthread_kill()
284 struct sched_param sched_attr; member312 struct sched_param sched_attr; member