Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_block_pool_performance_info_get.c75 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.3.0/common/src/
Dtx_block_pool_performance_info_get.c83 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.3.0/common_smp/src/
Dtx_block_pool_performance_info_get.c83 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.3.0/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.3.0/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.3.0/common_smp/inc/
Dtx_api.h1199 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1327 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1444 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1578 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1118 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1241 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1353 #define tx_block_pool_performance_info_get _tx_block_pool_performance_info_get
1481 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h210 return_value = (ALIGN_TYPE) _tx_block_pool_performance_info_get( in _txm_module_manager_tx_block_pool_performance_info_get_dispatch()