Searched refs:sched_attr (Results 1 – 9 of 9) sorted by relevance
83 param->sched_priority = attr->sched_attr.sched_priority; in pthread_attr_getschedparam()
88 *param=thread_tcb->sched_attr; in pthread_getschedparam()
71 attr->sched_attr.sched_priority =31; in set_default_pthread_attr()
219 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()
90 attr->sched_attr.sched_priority = param->sched_priority; in pthread_attr_setschedparam()
169 pthread_ptr->sched_attr.sched_priority= current_thread_ptr->sched_attr.sched_priority ; in pthread_create()
99 thread_tcb->sched_attr.sched_priority=param->sched_priority; in pthread_setschedparam()
226 new_signal_thread -> sched_attr.sched_priority= target_thread -> sched_attr.sched_priority ; in pthread_kill()
283 struct sched_param sched_attr; member311 struct sched_param sched_attr; member