threadx
TX_BLOCK_POOL_STRUCT::tx_block_pool_created_next
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_created_next
TX_BLOCK_POOL_STRUCT::tx_block_pool_created_next field
Syntax
Show:
Summary
Declaration
from
tx_api.h:578
struct
TX_BLOCK_POOL_STRUCT
*
tx_block_pool_created_next
;
Examples
References
from
examples
Code
Location
Referrer
*
tx_block_pool_created_next
,
tx_api.h:579
pool_ptr
->
tx_block_pool_created_next
=
pool_ptr
;
tx_block_pool_create.c:165
_tx_block_pool_create()
previous_pool
->
tx_block_pool_created_next
=
pool_ptr
;
tx_block_pool_create.c:177
_tx_block_pool_create()
pool_ptr
->
tx_block_pool_created_next
=
next_pool
;
tx_block_pool_create.c:181
_tx_block_pool_create()
next_pool
=
pool_ptr
->
tx_block_pool_created_next
;
tx_block_pool_delete.c:121
_tx_block_pool_delete()
previous_pool
->
tx_block_pool_created_next
=
next_pool
;
tx_block_pool_delete.c:124
_tx_block_pool_delete()
*
next_pool
=
pool_ptr
->
tx_block_pool_created_next
;
tx_block_pool_info_get.c:139
_tx_block_pool_info_get()
next_pool
=
next_pool
->
tx_block_pool_created_next
;
txe_block_pool_create.c:143
_txe_block_pool_create()
block_pool_ptr
=
block_pool_ptr
->
tx_block_pool_created_next
;
txm_module_manager_object_pointer_get_extended.c:373
_txm_module_manager_object_pointer_get_extended()
next_block_pool_ptr
=
block_pool_ptr
->
tx_block_pool_created_next
;
txm_module_manager_stop.c:485
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TX_BLOCK_POOL_STRUCT::tx_block_pool_created_next
is written by 2 functions and is read by 5 functions:
_tx_block_pool_create()
_tx_block_pool_delete()
All items filtered out
TX_BLOCK_POOL_STRUCT::tx_block_pool_created_next
_tx_block_pool_delete()
_tx_block_pool_info_get()
_txe_block_pool_create()
_txm_module_manager_object_pointer_get_extended()
_txm_module_manager_stop()
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