Lines Matching refs:new_priority
87 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority) in _tx_mutex_priority_change() argument
118 thread_ptr -> tx_thread_priority = new_priority; in _tx_mutex_priority_change()
121 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
131 thread_ptr -> tx_thread_preempt_threshold = new_priority; in _tx_mutex_priority_change()
163 thread_ptr -> tx_thread_priority = new_priority; in _tx_mutex_priority_change()
166 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
176 thread_ptr -> tx_thread_preempt_threshold = new_priority; in _tx_mutex_priority_change()
212 thread_ptr -> tx_thread_priority = new_priority; in _tx_mutex_priority_change()
215 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
225 thread_ptr -> tx_thread_preempt_threshold = new_priority; in _tx_mutex_priority_change()
270 if (original_priority < new_priority) in _tx_mutex_priority_change()
296 if (original_priority < new_priority) in _tx_mutex_priority_change()