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/ |
| D | txm_block_pool_performance_info_get.c | 75 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/ |
| D | tx_block_pool_performance_info_get.c | 83 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/ |
| D | tx_block_pool_performance_info_get.c | 83 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/ |
| D | threadx_block_memory_information_test.c | 373 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/ |
| D | threadx_block_memory_information_test.c | 373 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/ |
| D | tx_api.h | 1199 #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/ |
| D | tx_api.h | 1118 #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/ |
| D | txm_module_manager_dispatch.h | 210 return_value = (ALIGN_TYPE) _tx_block_pool_performance_info_get( in _txm_module_manager_tx_block_pool_performance_info_get_dispatch()
|