threadx
TX_BLOCK_POOL_STRUCT::tx_block_pool_id
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_BLOCK_POOL_STRUCT::tx_block_pool_id
TX_BLOCK_POOL_STRUCT::tx_block_pool_id field
Syntax
Show:
Summary
Declaration
from
tx_api.h:548
ULONG
tx_block_pool_id
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
tx_block_pool_id
;
tx_api.h:548
if
(
pool_ptr
->
tx_block_pool_id
==
TX_BLOCK_POOL_ID
)
tx_block_pool_cleanup.c:112
_tx_block_pool_cleanup()
pool_ptr
->
tx_block_pool_id
=
TX_BLOCK_POOL_ID
;
tx_block_pool_create.c:156
_tx_block_pool_create()
pool_ptr
->
tx_block_pool_id
=
TX_CLEAR_ID
;
tx_block_pool_delete.c:105
_tx_block_pool_delete()
else
if
(
pool_ptr
->
tx_block_pool_id
!=
TX_BLOCK_POOL_ID
)
txe_block_allocate.c:102
_txe_block_allocate()
else
if
(
pool_ptr
->
tx_block_pool_id
!=
TX_BLOCK_POOL_ID
)
txe_block_pool_delete.c:100
_txe_block_pool_delete()
else
if
(
pool_ptr
->
tx_block_pool_id
!=
TX_BLOCK_POOL_ID
)
txe_block_pool_info_get.c:99
_txe_block_pool_info_get()
else
if
(
pool_ptr
->
tx_block_pool_id
!=
TX_BLOCK_POOL_ID
)
txe_block_pool_prioritize.c:87
_txe_block_pool_prioritize()
else
if
(
pool_ptr
->
tx_block_pool_id
!=
TX_BLOCK_POOL_ID
)
txe_block_release.c:108
_txe_block_release()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TX_BLOCK_POOL_STRUCT::tx_block_pool_id
is written by 2 functions and is read by 6 functions:
_tx_block_pool_create()
_tx_block_pool_delete()
All items filtered out
TX_BLOCK_POOL_STRUCT::tx_block_pool_id
_tx_block_pool_cleanup()
_txe_block_allocate()
_txe_block_pool_delete()
_txe_block_pool_info_get()
_txe_block_pool_prioritize()
_txe_block_release()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out