Searched refs:tx_thread_user_priority (Results 1 – 21 of 21) sorted by relevance
119 *old_priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_priority_change()122 if ((thread_ptr -> tx_thread_user_priority == new_priority) && in _tx_thread_priority_change()137 … (thread_ptr -> tx_thread_user_preempt_threshold == thread_ptr -> tx_thread_user_priority)) in _tx_thread_priority_change()143 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()164 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()211 … (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold)) in _tx_thread_priority_change()219 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()237 … (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold)) in _tx_thread_priority_change()245 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()283 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()[all …]
180 … if (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold) in _tx_mutex_priority_change()203 … if (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold) in _tx_mutex_priority_change()208 if (new_priority < thread_ptr -> tx_thread_user_priority) in _tx_mutex_priority_change()218 … _tx_thread_smp_simple_priority_change(thread_ptr, thread_ptr -> tx_thread_user_priority); in _tx_mutex_priority_change()249 if (thread_ptr -> tx_thread_user_priority < new_priority) in _tx_mutex_priority_change()253 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_priority_change()309 if (thread_ptr -> tx_thread_user_priority < new_priority) in _tx_mutex_priority_change()313 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_priority_change()
104 if (new_threshold < thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()131 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()170 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change()
116 else if (new_threshold > thread_ptr -> tx_thread_user_priority) in _txe_thread_preemption_change()
128 *priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_info_get()
171 thread_ptr -> tx_thread_user_priority = priority; in _tx_thread_create()
243 old_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_put()
103 *old_priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_priority_change()117 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()164 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()210 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
99 if (thread_ptr -> tx_thread_user_priority != new_threshold) in _tx_thread_preemption_change()123 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()135 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change()
178 thread_ptr -> tx_thread_user_priority = priority; in _tx_thread_create()
268 thread_0.tx_thread_user_priority = 30; in thread_0_entry()273 thread_0.tx_thread_user_priority = 31; in thread_0_entry()278 thread_0.tx_thread_user_priority = 30; in thread_0_entry()299 thread_0.tx_thread_user_priority = 27; in thread_0_entry()304 low_priority.tx_thread_user_priority = 30; in thread_0_entry()309 thread_0.tx_thread_user_priority = 30; in thread_0_entry()378 thread_0.tx_thread_user_priority = 31; in thread_0_entry()383 thread_0.tx_thread_user_priority = 31; in thread_0_entry()
228 thread_3.tx_thread_user_priority = 1; in test_application_define()509 if ((status != TX_SUCCESS) || (thread_4.tx_thread_user_priority != 8) || (old_priority != 10)) in thread_4_entry()520 if ((status != TX_SUCCESS) || (thread_4.tx_thread_user_priority != 8) || (old_priority != 8)) in thread_4_entry()531 if ((status != TX_SUCCESS) || (thread_4.tx_thread_user_priority != 10) || (old_priority != 8)) in thread_4_entry()
800 init_test_thread.tx_thread_user_priority = 10; in tx_application_define()
228 thread_3.tx_thread_user_priority = 1; in test_application_define()
680 init_test_thread.tx_thread_user_priority = 10; in tx_application_define()
371 thread_ptr -> tx_thread_user_priority = priority; in _txm_module_manager_thread_create()
585 UINT tx_thread_user_priority; member
553 UINT tx_thread_user_priority; member