threadx
_tx_block_pool_info_get()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_block_pool_info_get()
_tx_block_pool_info_get() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1376
UINT
_tx_block_pool_info_get
(
TX_BLOCK_POOL
*
pool_ptr
,
CHAR
*
*
name
,
ULONG
*
available_blocks
,
ULONG
*
total_blocks
,
TX_THREAD
*
*
first_suspended
,
ULONG
*
suspended_count
,
TX_BLOCK_POOL
*
*
next_pool
)
;
Implemented in
tx_block_pool_info_get.c:80
Arguments
Argument
pool_ptr
name
available_blocks
total_blocks
first_suspended
suspended_count
next_pool
Related Functions
Found 10 other functions taking a
TX_BLOCK_POOL_STRUCT
argument:
Function
_tx_block_pool_delete()
_tx_block_allocate()
_tx_block_pool_create()
_tx_block_pool_prioritize()
_txe_block_allocate()
_txe_block_pool_create()
_txe_block_pool_delete()
_txe_block_pool_info_get()
_txe_block_pool_prioritize()
_tx_block_pool_performance_info_get()
Examples
References
from
examples
Code
Location
Referrer
UINT
_tx_block_pool_info_get
(
TX_BLOCK_POOL
*
pool_ptr
,
CHAR
*
*
name
,
ULONG
*
available_blocks
,
tx_block_pool_info_get.c:80
UINT
_tx_block_pool_info_get
(
TX_BLOCK_POOL
*
pool_ptr
,
CHAR
*
*
name
,
ULONG
*
available_blocks
,
tx_api.h:1376
status
=
_tx_block_pool_info_get
(
pool_ptr
,
name
,
available_blocks
,
txe_block_pool_info_get.c:109
_txe_block_pool_info_get()
Call Tree
from
examples
_tx_block_pool_info_get()
is called by 1 function and calls 3 functions:
_txe_block_pool_info_get()
All items filtered out
_tx_block_pool_info_get()
__disable_interrupts()
__restore_interrupt()
__restore_interrupts()
All items filtered out
Data Use
from
examples
_tx_block_pool_info_get()
reads 6 variables:
TX_BLOCK_POOL_STRUCT::tx_block_pool_name
TX_BLOCK_POOL_STRUCT::tx_block_pool_available
TX_BLOCK_POOL_STRUCT::tx_block_pool_total
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspension_list
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
TX_BLOCK_POOL_STRUCT::tx_block_pool_created_next
All items filtered out
_tx_block_pool_info_get()
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