Home
last modified time | relevance | path

Searched refs:_tx_byte_pool_created_count (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.4.1/common_smp/inc/
Dtx_byte_pool.h81 _tx_byte_pool_created_count = TX_EMPTY
85 _tx_byte_pool_created_count = TX_EMPTY; \
128 BYTE_POOL_DECLARE ULONG _tx_byte_pool_created_count; variable
/ThreadX-v6.4.1/common/inc/
Dtx_byte_pool.h81 _tx_byte_pool_created_count = TX_EMPTY
85 _tx_byte_pool_created_count = TX_EMPTY; \
128 BYTE_POOL_DECLARE ULONG _tx_byte_pool_created_count; variable
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_initialize.c42 ULONG _tx_byte_pool_created_count; variable
135 _tx_byte_pool_created_count = TX_EMPTY; in _tx_byte_pool_initialize()
Dtx_byte_pool_delete.c111 _tx_byte_pool_created_count--; in _tx_byte_pool_delete()
114 if (_tx_byte_pool_created_count == TX_EMPTY) in _tx_byte_pool_delete()
Dtx_byte_pool_create.c153 if (_tx_byte_pool_created_count == TX_EMPTY) in _tx_byte_pool_create()
178 _tx_byte_pool_created_count++; in _tx_byte_pool_create()
Dtxe_byte_pool_create.c128 for (i = ((ULONG) 0); i < _tx_byte_pool_created_count; i++) in _txe_byte_pool_create()
Dtx_trace_enable.c364 i = _tx_byte_pool_created_count; in _tx_trace_enable()
/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_initialize.c42 ULONG _tx_byte_pool_created_count; variable
135 _tx_byte_pool_created_count = TX_EMPTY; in _tx_byte_pool_initialize()
Dtx_byte_pool_delete.c111 _tx_byte_pool_created_count--; in _tx_byte_pool_delete()
114 if (_tx_byte_pool_created_count == TX_EMPTY) in _tx_byte_pool_delete()
Dtx_byte_pool_create.c153 if (_tx_byte_pool_created_count == TX_EMPTY) in _tx_byte_pool_create()
178 _tx_byte_pool_created_count++; in _tx_byte_pool_create()
Dtxe_byte_pool_create.c128 for (i = ((ULONG) 0); i < _tx_byte_pool_created_count; i++) in _txe_byte_pool_create()
Dtx_trace_enable.c364 i = _tx_byte_pool_created_count; in _tx_trace_enable()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_object_pointer_get_extended.c401 while (i < _tx_byte_pool_created_count) in _txm_module_manager_object_pointer_get_extended()
Dtxm_module_manager_stop.c506 i = _tx_byte_pool_created_count; in _txm_module_manager_stop()
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c387 extern ULONG _tx_byte_pool_created_count;
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c428 extern ULONG _tx_byte_pool_created_count;