Searched refs:sched_priority (Results 1 – 21 of 21) sorted by relevance
81 if (param->sched_priority == 0) in pthread_attr_setschedparam()87 … if(param->sched_priority >= PX_LOWEST_PRIORITY && param->sched_priority <= PX_HIGHEST_PRIORITY ) in pthread_attr_setschedparam()90 attr->sched_attr.sched_priority = param->sched_priority; in pthread_attr_setschedparam()
99 thread_tcb->sched_attr.sched_priority=param->sched_priority; in pthread_setschedparam()100 thread_tcb->current_priority= param->sched_priority; in pthread_setschedparam()
83 param->sched_priority = attr->sched_attr.sched_priority; in pthread_attr_getschedparam()
119 param.sched_priority = 10; in tx_application_define()126 param.sched_priority = 15; in tx_application_define()133 param.sched_priority = 20; in tx_application_define()140 param.sched_priority = 25; in tx_application_define()147 param.sched_priority = 30; in tx_application_define()154 param.sched_priority = 5; in tx_application_define()
143 param.sched_priority = 10; in tx_application_define()151 param.sched_priority = 15; in tx_application_define()158 param.sched_priority = 20; in tx_application_define()165 param.sched_priority = 25; in tx_application_define()172 param.sched_priority = 30; in tx_application_define()179 param.sched_priority = 5; in tx_application_define()
51 INT sched_priority; member
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()
87 param.sched_priority = 15; in tx_application_define()95 param.sched_priority = 10; in tx_application_define()
169 pthread_ptr->sched_attr.sched_priority= current_thread_ptr->sched_attr.sched_priority ; in pthread_create()
80 param.sched_priority = 15; in tx_application_define()88 param.sched_priority = 10; in tx_application_define()
226 new_signal_thread -> sched_attr.sched_priority= target_thread -> sched_attr.sched_priority ; in pthread_kill()
82 param.sched_priority = 15; in tx_application_define()90 param.sched_priority = 10; in tx_application_define()
76 param.sched_priority = 10; in tx_application_define()
115 sp.sched_priority = TX_LINUX_PRIORITY_USER_THREAD; in _tx_thread_stack_build()
260 sp.sched_priority = TX_LINUX_PRIORITY_SCHEDULE; in _tx_initialize_low_level()297 sp.sched_priority = TX_LINUX_PRIORITY_ISR; in _tx_initialize_low_level()
117 sp.sched_priority = TX_LINUX_PRIORITY_USER_THREAD; in _tx_thread_stack_build()
267 sp.sched_priority = TX_LINUX_PRIORITY_SCHEDULE; in _tx_initialize_low_level()310 sp.sched_priority = TX_LINUX_PRIORITY_ISR; in _tx_initialize_low_level()
108 sp.sched_priority = TX_LINUX_PRIORITY_ISR;