Searched refs:sched_priority (Results 1 – 21 of 21) sorted by relevance
82 if (param->sched_priority == 0) in pthread_attr_setschedparam()88 … if(param->sched_priority >= PX_LOWEST_PRIORITY && param->sched_priority <= PX_HIGHEST_PRIORITY ) in pthread_attr_setschedparam()91 attr->sched_attr.sched_priority = param->sched_priority; in pthread_attr_setschedparam()
100 thread_tcb->sched_attr.sched_priority=param->sched_priority; in pthread_setschedparam()101 thread_tcb->current_priority= param->sched_priority; in pthread_setschedparam()
84 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()
52 INT sched_priority; member
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()
87 param.sched_priority = 15; in tx_application_define()95 param.sched_priority = 10; in tx_application_define()
170 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()
227 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()
116 sp.sched_priority = TX_LINUX_PRIORITY_USER_THREAD; in _tx_thread_stack_build()
261 sp.sched_priority = TX_LINUX_PRIORITY_SCHEDULE; in _tx_initialize_low_level()298 sp.sched_priority = TX_LINUX_PRIORITY_ISR; in _tx_initialize_low_level()
118 sp.sched_priority = TX_LINUX_PRIORITY_USER_THREAD; in _tx_thread_stack_build()
268 sp.sched_priority = TX_LINUX_PRIORITY_SCHEDULE; in _tx_initialize_low_level()311 sp.sched_priority = TX_LINUX_PRIORITY_ISR; in _tx_initialize_low_level()
108 sp.sched_priority = TX_LINUX_PRIORITY_ISR;