Searched refs:old_priority (Results 1 – 2 of 2) sorted by relevance
82 UINT old_priority; in _ux_utility_thread_schedule_other() local91 …x_thread_priority_change(my_thread, _ux_system -> ux_system_thread_lowest_priority, &old_priority); in _ux_utility_thread_schedule_other()101 status = tx_thread_priority_change(my_thread, old_priority, &old_priority); in _ux_utility_thread_schedule_other()
1768 UINT old_priority; in _tx_mutex_put() local1799 …, mutex_ptr -> tx_mutex_ownership_count, TX_POINTER_TO_ULONG_CONVERT(&old_priority), TX_TRACE_MUTE… in _tx_mutex_put()1926 old_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_put()1953 … if (next_mutex -> tx_mutex_highest_priority_waiting < old_priority) in _tx_mutex_put()1957 … old_priority = next_mutex -> tx_mutex_highest_priority_waiting; in _tx_mutex_put()2054 … if ((mutex_ptr -> tx_mutex_owner) -> tx_thread_priority != old_priority) in _tx_mutex_put()2058 … _tx_mutex_priority_change(mutex_ptr -> tx_mutex_owner, old_priority); in _tx_mutex_put()2232 if (old_owner -> tx_thread_priority != old_priority) in _tx_mutex_put()2236 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()2299 if (old_owner -> tx_thread_priority != old_priority) in _tx_mutex_put()[all …]