_tx_thread_priority_map_active is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and Samplesthreadx_tx_thread_priority_map_active

_tx_thread_priority_map_active variable

Syntax

THREAD_DECLARE ULONG _tx_thread_priority_map_active;
Implemented in tx_thread_initialize.c:90

References

LocationReferrerText
tx_thread_initialize.c:90
ULONG _tx_thread_priority_map_active;
tx_thread.h:356
THREAD_DECLARE ULONG _tx_thread_priority_map_active;
tx_thread_system_resume.c:213_tx_thread_system_resume()
_tx_thread_priority_map_active = _tx_thread_priority_map_active | priority_bit;
tx_thread_system_suspend.c:281_tx_thread_system_suspend()
_tx_thread_priority_map_active = _tx_thread_priority_map_active & (~(priority_bit));
tx_thread_system_suspend.c:312_tx_thread_system_suspend()
priority_map = _tx_thread_priority_map_active;

Data Use

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