Searched refs:_tx_thread_highest_priority (Results 1 – 9 of 9) sorted by relevance
189 if (_tx_thread_highest_priority < thread_ptr -> tx_thread_priority) in _tx_thread_preemption_change()193 if (_tx_thread_highest_priority < new_threshold) in _tx_thread_preemption_change()238 …thread_performance_last_preempting_thread = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_preemption_change()261 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_preemption_change()
121 if (_tx_thread_highest_priority < priority) in _tx_thread_relinquish()126 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_relinquish()
339 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_system_suspend()396 _tx_thread_highest_priority = base_priority + ((UINT) priority_bit); in _tx_thread_system_suspend()405 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_system_suspend()463 …if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_thresh… in _tx_thread_system_suspend()928 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES);980 _tx_thread_highest_priority = base_priority + ((UINT) priority_bit);989 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority];1038 …if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_thresh…
118 UINT _tx_thread_highest_priority; variable346 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_initialize()
474 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_suspend()529 _tx_thread_highest_priority = base_priority + priority_bit; in _tx_thread_suspend()538 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_suspend()599 …if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_thresh… in _tx_thread_suspend()
143 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_time_slice()
221 if (priority < _tx_thread_highest_priority) in _tx_thread_system_resume()227 _tx_thread_highest_priority = priority; in _tx_thread_system_resume()744 if (priority < _tx_thread_highest_priority)750 _tx_thread_highest_priority = priority;
280 if (priority < _tx_thread_highest_priority) in _tx_thread_resume()286 _tx_thread_highest_priority = priority; in _tx_thread_resume()
384 THREAD_DECLARE UINT _tx_thread_highest_priority; variable