TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count

TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count field

Syntax

UINT tx_block_pool_suspended_count;

References

LocationReferrerText
tx_api.h:575
UINT tx_block_pool_suspended_count;
tx_block_allocate.c:263_tx_block_allocate()
suspended_count = (pool_ptr -> tx_block_pool_suspended_count);
tx_block_allocate.c:266_tx_block_allocate()
(pool_ptr -> tx_block_pool_suspended_count)++;
tx_block_pool_cleanup.c:116_tx_block_pool_cleanup()
if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS)
tx_block_pool_cleanup.c:130_tx_block_pool_cleanup()
pool_ptr -> tx_block_pool_suspended_count--;
tx_block_pool_cleanup.c:133_tx_block_pool_cleanup()
suspended_count = pool_ptr -> tx_block_pool_suspended_count;
tx_block_pool_delete.c:141_tx_block_pool_delete()
suspended_count = pool_ptr -> tx_block_pool_suspended_count;
tx_block_pool_delete.c:142_tx_block_pool_delete()
pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS;
tx_block_pool_info_get.c:132_tx_block_pool_info_get()
*suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count;
tx_block_pool_prioritize.c:99_tx_block_pool_prioritize()
suspended_count = pool_ptr -> tx_block_pool_suspended_count;
tx_block_pool_prioritize.c:178_tx_block_pool_prioritize()
if (suspended_count != pool_ptr -> tx_block_pool_suspended_count)
tx_block_pool_prioritize.c:198_tx_block_pool_prioritize()
suspended_count = pool_ptr -> tx_block_pool_suspended_count;
tx_block_release.c:123_tx_block_release()
(pool_ptr -> tx_block_pool_suspended_count)--;
tx_block_release.c:126_tx_block_release()
suspended_count = (pool_ptr -> tx_block_pool_suspended_count);

Data Use

Functions writing TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
Functions reading TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
Type of TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
all items filtered out