Home
last modified time | relevance | path

Searched refs:_tx_block_pool_performance_allocate_count (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_block_pool_initialize.c49 ULONG _tx_block_pool_performance_allocate_count; variable
125 _tx_block_pool_performance_allocate_count = ((ULONG) 0); in _tx_block_pool_initialize()
Dtx_block_pool_performance_system_info_get.c103 *allocates = _tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_system_info_get()
Dtx_block_allocate.c110 _tx_block_pool_performance_allocate_count++; in _tx_block_allocate()
/ThreadX-v6.4.1/common/src/
Dtx_block_pool_initialize.c49 ULONG _tx_block_pool_performance_allocate_count; variable
125 _tx_block_pool_performance_allocate_count = ((ULONG) 0); in _tx_block_pool_initialize()
Dtx_block_pool_performance_system_info_get.c103 *allocates = _tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_system_info_get()
Dtx_block_allocate.c110 _tx_block_pool_performance_allocate_count++; in _tx_block_allocate()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_block_pool.h74 _tx_block_pool_performance_allocate_count = ((ULONG) 0); \
119 BLOCK_POOL_DECLARE ULONG _tx_block_pool_performance_allocate_count; variable
/ThreadX-v6.4.1/common/inc/
Dtx_block_pool.h74 _tx_block_pool_performance_allocate_count = ((ULONG) 0); \
119 BLOCK_POOL_DECLARE ULONG _tx_block_pool_performance_allocate_count; variable
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_block_memory_information_test.c417 …if ((status) || (allocates != _tx_block_pool_performance_allocate_count) || (releases != _tx_block… in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_block_memory_information_test.c417 …if ((status) || (allocates != _tx_block_pool_performance_allocate_count) || (releases != _tx_block… in thread_0_entry()