Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_byte_pool_performance_info_get.c83 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.2.1/common_smp/src/
Dtx_byte_pool_performance_info_get.c91 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.2.1/common/src/
Dtx_byte_pool_performance_info_get.c91 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.2.1/common_smp/inc/
Dtx_api.h1194 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get
1322 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get
1439 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get
1596 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1113 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get
1236 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get
1348 #define tx_byte_pool_performance_info_get _tx_byte_pool_performance_info_get
1510 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
/ThreadX-v6.2.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h526 return_value = (ALIGN_TYPE) _tx_byte_pool_performance_info_get( in _txm_module_manager_tx_byte_pool_performance_info_get_dispatch()