Searched refs:_tx_byte_pool_performance_info_get (Results 1 – 8 of 8) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_byte_pool_performance_info_get.c | 82 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, … in _tx_byte_pool_performance_info_get() function
|
/ThreadX-v6.4.1/common/src/ |
D | tx_byte_pool_performance_info_get.c | 90 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_info_get() function
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_byte_pool_performance_info_get.c | 90 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, in _tx_byte_pool_performance_info_get() function
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_byte_memory_information_test.c | 58 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_byte_memory_information_test.c | 58 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases,
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1213 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get 1341 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get 1458 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get 1615 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1132 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get 1255 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get 1367 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get 1529 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
|
/ThreadX-v6.4.1/common_modules/module_manager/inc/ |
D | txm_module_manager_dispatch.h | 525 return_value = (ALIGN_TYPE) _tx_byte_pool_performance_info_get( in _txm_module_manager_tx_byte_pool_performance_info_get_dispatch()
|