threadx
TX_BLOCK_POOL
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_BLOCK_POOL
TX_BLOCK_POOL struct
Syntax
Show:
Summary
Declaration
from
tx_api.h:544
typedef
struct
TX_BLOCK_POOL_STRUCT
{
ULONG
tx_block_pool_id
;
CHAR
*
tx_block_pool_name
;
UINT
tx_block_pool_available
;
UINT
tx_block_pool_total
;
UCHAR
*
tx_block_pool_available_list
;
UCHAR
*
tx_block_pool_start
;
ULONG
tx_block_pool_size
;
UINT
tx_block_pool_block_size
;
struct
TX_THREAD_STRUCT
*
tx_block_pool_suspension_list
;
UINT
tx_block_pool_suspended_count
;
struct
TX_BLOCK_POOL_STRUCT
*
tx_block_pool_created_next
,
*
tx_block_pool_created_previous
;
#ifdef
TX_BLOCK_POOL_ENABLE_PERFORMANCE_INFO
ULONG
tx_block_pool_performance_allocate_count
;
ULONG
tx_block_pool_performance_release_count
;
ULONG
tx_block_pool_performance_suspension_count
;
ULONG
tx_block_pool_performance_timeout_count
;
#endif
TX_BLOCK_POOL_EXTENSION
}
TX_BLOCK_POOL
;
Fields
Field
Declared as
TX_BLOCK_POOL_STRUCT::tx_block_pool_id
ULONG
TX_BLOCK_POOL_STRUCT::tx_block_pool_name
CHAR
*
TX_BLOCK_POOL_STRUCT::tx_block_pool_available
UINT
TX_BLOCK_POOL_STRUCT::tx_block_pool_total
UINT
TX_BLOCK_POOL_STRUCT::tx_block_pool_available_list
UCHAR
*
TX_BLOCK_POOL_STRUCT::tx_block_pool_start
UCHAR
*
TX_BLOCK_POOL_STRUCT::tx_block_pool_size
ULONG
TX_BLOCK_POOL_STRUCT::tx_block_pool_block_size
UINT
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspension_list
struct
TX_THREAD_STRUCT
*
TX_BLOCK_POOL_STRUCT::tx_block_pool_suspended_count
UINT
TX_BLOCK_POOL_STRUCT::tx_block_pool_created_next
struct
TX_BLOCK_POOL_STRUCT
*
TX_BLOCK_POOL_STRUCT::tx_block_pool_created_previous
struct
TX_BLOCK_POOL_STRUCT
*
tx_block_pool_created_next
,
*
Related Functions
Found 11 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_info_get()
_tx_block_pool_performance_info_get()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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