threadx
TX_BLOCK_POOL_STRUCT::tx_block_pool_available
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_available
TX_BLOCK_POOL_STRUCT::tx_block_pool_available field
Syntax
Show:
Summary
Declaration
from
tx_api.h:554
UINT
tx_block_pool_available
;
Examples
References
from
examples
Code
Location
Referrer
UINT
tx_block_pool_available
;
tx_api.h:554
if
(
pool_ptr
->
tx_block_pool_available
!=
(
(
UINT
)
0
)
)
tx_block_allocate.c:152
_tx_block_allocate()
pool_ptr
->
tx_block_pool_available
--
;
tx_block_allocate.c:156
_tx_block_allocate()
pool_ptr
->
tx_block_pool_available
=
blocks
;
tx_block_pool_create.c:135
_tx_block_pool_create()
*
available_blocks
=
(
ULONG
)
pool_ptr
->
tx_block_pool_available
;
tx_block_pool_info_get.c:111
_tx_block_pool_info_get()
pool_ptr
->
tx_block_pool_available
++
;
tx_block_release.c:197
_tx_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_available
is written by 3 functions and is read by 3 functions:
_tx_block_allocate()
_tx_block_pool_create()
_tx_block_release()
All items filtered out
TX_BLOCK_POOL_STRUCT::tx_block_pool_available
_tx_block_allocate()
_tx_block_pool_info_get()
_tx_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