_tx_thread_highest_priority is only used within threadx.
 
Symbols
loading...
Files
loading...

_tx_thread_highest_priority variable

Syntax

THREAD_DECLARE UINT _tx_thread_highest_priority;
Implemented in tx_thread_initialize.c:118

References

LocationReferrerText
tx_thread_initialize.c:118
UINT _tx_thread_highest_priority;
tx_thread.h:384
THREAD_DECLARE UINT _tx_thread_highest_priority;
tx_thread_initialize.c:346_tx_thread_initialize()
_tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES);
tx_thread_preemption_change.c:189_tx_thread_preemption_change()
if (_tx_thread_highest_priority < thread_ptr -> tx_thread_priority)
tx_thread_preemption_change.c:193_tx_thread_preemption_change()
if (_tx_thread_highest_priority < new_threshold)
tx_thread_preemption_change.c:261_tx_thread_preemption_change()
_tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority];
tx_thread_relinquish.c:121_tx_thread_relinquish()
if (_tx_thread_highest_priority < priority)
tx_thread_relinquish.c:126_tx_thread_relinquish()
_tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority];
tx_thread_system_resume.c:221_tx_thread_system_resume()
if (priority < _tx_thread_highest_priority)
tx_thread_system_resume.c:227_tx_thread_system_resume()
_tx_thread_highest_priority = priority;
tx_thread_system_suspend.c:339_tx_thread_system_suspend()
_tx_thread_highest_priority = ((UINT) TX_MAX_PRIORITIES);
tx_thread_system_suspend.c:396_tx_thread_system_suspend()
_tx_thread_highest_priority = base_priority + ((UINT) priority_bit);
tx_thread_system_suspend.c:405_tx_thread_system_suspend()
_tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority];
tx_thread_system_suspend.c:463_tx_thread_system_suspend()
if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_threshold))
tx_thread_time_slice.c:143_tx_thread_time_slice()
_tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority];

Data Use

Functions writing _tx_thread_highest_priority
Functions reading _tx_thread_highest_priority
_tx_thread_highest_priority
Type of _tx_thread_highest_priority
_tx_thread_highest_priority
all items filtered out