Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtxe_block_pool_info_get.c81 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.3.0/common/src/
Dtxe_block_pool_info_get.c81 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.3.0/common_modules/module_lib/src/
Dtxm_block_pool_info_get.c76 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.3.0/common_smp/inc/
Dtx_api.h1443 #define tx_block_pool_info_get _txe_block_pool_info_get
1593 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1352 #define tx_block_pool_info_get _txe_block_pool_info_get
1496 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h163 return_value = (ALIGN_TYPE) _txe_block_pool_info_get( in _txm_module_manager_tx_block_pool_info_get_dispatch()