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

_tx_thread_priority_list variable

Syntax

THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
Implemented in tx_thread_initialize.c:126

References

LocationReferrerText
tx_thread_initialize.c:126
TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
tx_thread.h:392
THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
tx_mutex_priority_change.c:274_tx_mutex_priority_change()
_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr;
tx_mutex_priority_change.c:300_tx_mutex_priority_change()
_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr;
tx_thread_initialize.c:352_tx_thread_initialize()
TX_MEMSET(&_tx_thread_priority_list[0], 0, (sizeof(_tx_thread_priority_list)));
tx_thread_preemption_change.c:139_tx_thread_preemption_change()
if (_tx_thread_priority_list[thread_ptr -> tx_thread_priority] == thread_ptr)
tx_thread_preemption_change.c:261_tx_thread_preemption_change()
tx_thread_priority_change.c:270_tx_thread_priority_change()
_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr;
tx_thread_relinquish.c:114_tx_thread_relinquish()
_tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next;
tx_thread_relinquish.c:126_tx_thread_relinquish()
tx_thread_system_resume.c:197_tx_thread_system_resume()
head_ptr = _tx_thread_priority_list[priority];
tx_thread_system_resume.c:202_tx_thread_system_resume()
_tx_thread_priority_list[priority] = thread_ptr;
tx_thread_system_suspend.c:219_tx_thread_system_suspend()
if (_tx_thread_priority_list[priority] == thread_ptr)
tx_thread_system_suspend.c:223_tx_thread_system_suspend()
_tx_thread_priority_list[priority] = ready_next;
tx_thread_system_suspend.c:261_tx_thread_system_suspend()
_tx_thread_priority_list[priority] = TX_NULL;
tx_thread_system_suspend.c:405_tx_thread_system_suspend()
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_system_suspend.c:468_tx_thread_system_suspend()
_tx_thread_execute_ptr = _tx_thread_priority_list[priority];
tx_thread_time_slice.c:138_tx_thread_time_slice()
_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr -> tx_thread_ready_next;
tx_thread_time_slice.c:143_tx_thread_time_slice()

Data Use

Type of _tx_thread_priority_list
_tx_thread_priority_list
all items filtered out