TX_BYTE_POOL_STRUCT::tx_byte_pool_owner is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_BYTE_POOL_STRUCT::tx_byte_pool_owner

TX_BYTE_POOL_STRUCT::tx_byte_pool_owner field

Syntax

struct TX_THREAD_STRUCT *tx_byte_pool_owner;

References

LocationReferrerText
tx_api.h:654
*tx_byte_pool_owner;
tx_byte_allocate.c:166_tx_byte_allocate()
pool_ptr -> tx_byte_pool_owner = thread_ptr;
tx_byte_allocate.c:192_tx_byte_allocate()
if (pool_ptr -> tx_byte_pool_owner == thread_ptr)
tx_byte_pool_create.c:144_tx_byte_pool_create()
pool_ptr -> tx_byte_pool_owner = TX_NULL;
tx_byte_pool_search.c:127_tx_byte_pool_search()
pool_ptr -> tx_byte_pool_owner = thread_ptr;
tx_byte_pool_search.c:264_tx_byte_pool_search()
if (pool_ptr -> tx_byte_pool_owner != thread_ptr)
tx_byte_pool_search.c:273_tx_byte_pool_search()
pool_ptr -> tx_byte_pool_owner = thread_ptr;
tx_byte_release.c:179_tx_byte_release()
pool_ptr -> tx_byte_pool_owner = thread_ptr;
tx_byte_release.c:243_tx_byte_release()
pool_ptr -> tx_byte_pool_owner = thread_ptr;

Data Use

Functions writing TX_BYTE_POOL_STRUCT::tx_byte_pool_owner
Functions reading TX_BYTE_POOL_STRUCT::tx_byte_pool_owner
TX_BYTE_POOL_STRUCT::tx_byte_pool_owner
Type of TX_BYTE_POOL_STRUCT::tx_byte_pool_owner
TX_BYTE_POOL_STRUCT::tx_byte_pool_owner
all items filtered out