Home
last modified time | relevance | path

Searched refs:_tx_block_pool_performance_info_get (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_block_pool_performance_info_get.c74 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *releases… in _tx_block_pool_performance_info_get() function
/ThreadX-v6.4.1/common/src/
Dtx_block_pool_performance_info_get.c82 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *release… in _tx_block_pool_performance_info_get() function
/ThreadX-v6.4.1/common_smp/src/
Dtx_block_pool_performance_info_get.c82 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *release… in _tx_block_pool_performance_info_get() function
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_block_memory_information_test.c373 status = _tx_block_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
385 … status = _tx_block_pool_performance_info_get(&block_pool_1, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_block_memory_information_test.c373 status = _tx_block_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
385 … status = _tx_block_pool_performance_info_get(&block_pool_1, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1204 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1332 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1449 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1583 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1123 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1246 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1358 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1486 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h209 return_value = (ALIGN_TYPE) _tx_block_pool_performance_info_get( in _txm_module_manager_tx_block_pool_performance_info_get_dispatch()