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

_tx_thread_preempted_maps variable

Syntax

THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
Implemented in tx_thread_initialize.c:102

References

LocationReferrerText
tx_thread_initialize.c:102
ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
tx_thread.h:368
THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
tx_mutex_priority_change.c:324_tx_mutex_priority_change()
_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit;
tx_thread_initialize.c:340_tx_thread_initialize()
TX_MEMSET(&_tx_thread_preempted_maps[0], 0, (sizeof(_tx_thread_preempted_maps)));
tx_thread_preemption_change.c:151_tx_thread_preemption_change()
_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit));
tx_thread_preemption_change.c:220_tx_thread_preemption_change()
_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit;
tx_thread_system_resume.c:267_tx_thread_system_resume()
_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] | priority_bit;
tx_thread_system_suspend.c:234_tx_thread_system_suspend()
if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0))
tx_thread_system_suspend.c:239_tx_thread_system_suspend()
_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit));
tx_thread_system_suspend.c:288_tx_thread_system_suspend()
if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0))
tx_thread_system_suspend.c:293_tx_thread_system_suspend()
_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit));
tx_thread_system_suspend.c:413_tx_thread_system_suspend()
if (_tx_thread_preempted_maps[MAP_INDEX] != ((ULONG) 0))
tx_thread_system_suspend.c:454_tx_thread_system_suspend()
priority_map = _tx_thread_preempted_maps[MAP_INDEX];
tx_thread_system_suspend.c:472_tx_thread_system_suspend()
_tx_thread_preempted_maps[MAP_INDEX] = _tx_thread_preempted_maps[MAP_INDEX] & (~(priority_bit));

Data Use

Functions reading _tx_thread_preempted_maps
_tx_thread_preempted_maps
Type of _tx_thread_preempted_maps
_tx_thread_preempted_maps
all items filtered out