Home
last modified time | relevance | path

Searched refs:_tx_thread_highest_priority (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_thread_preemption_change.c189 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()
Dtx_thread_relinquish.c121 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()
Dtx_thread_system_suspend.c339 _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…
Dtx_thread_initialize.c118 UINT _tx_thread_highest_priority; variable
346 _tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_initialize()
Dtx_thread_suspend.c474 _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()
Dtx_thread_time_slice.c143 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_time_slice()
Dtx_thread_system_resume.c221 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;
Dtx_thread_resume.c280 if (priority < _tx_thread_highest_priority) in _tx_thread_resume()
286 _tx_thread_highest_priority = priority; in _tx_thread_resume()
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h384 THREAD_DECLARE UINT _tx_thread_highest_priority; variable