Home
last modified time | relevance | path

Searched refs:_txe_block_pool_info_get (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtxe_block_pool_info_get.c80 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get() function
/ThreadX-v6.4.1/common/src/
Dtxe_block_pool_info_get.c80 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get() function
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_block_pool_info_get.c75 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG … in _txe_block_pool_info_get() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1448 #define tx_block_pool_info_get _txe_block_pool_info_get
1598 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1357 #define tx_block_pool_info_get _txe_block_pool_info_get
1501 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h162 return_value = (ALIGN_TYPE) _txe_block_pool_info_get( in _txm_module_manager_tx_block_pool_info_get_dispatch()