Lines Matching refs:new_priority
86 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority) in _tx_mutex_priority_change() argument
117 thread_ptr -> tx_thread_priority = new_priority; in _tx_mutex_priority_change()
120 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
130 thread_ptr -> tx_thread_preempt_threshold = new_priority; in _tx_mutex_priority_change()
162 thread_ptr -> tx_thread_priority = new_priority; in _tx_mutex_priority_change()
165 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
175 thread_ptr -> tx_thread_preempt_threshold = new_priority; in _tx_mutex_priority_change()
211 thread_ptr -> tx_thread_priority = new_priority; in _tx_mutex_priority_change()
214 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
224 thread_ptr -> tx_thread_preempt_threshold = new_priority; in _tx_mutex_priority_change()
269 if (original_priority < new_priority) in _tx_mutex_priority_change()
295 if (original_priority < new_priority) in _tx_mutex_priority_change()