Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/inc/
Dtx_byte_pool.h82 _tx_byte_pool_created_count = TX_EMPTY
86 _tx_byte_pool_created_count = TX_EMPTY; \
129 BYTE_POOL_DECLARE ULONG _tx_byte_pool_created_count; variable
/ThreadX-v6.3.0/common/inc/
Dtx_byte_pool.h82 _tx_byte_pool_created_count = TX_EMPTY
86 _tx_byte_pool_created_count = TX_EMPTY; \
129 BYTE_POOL_DECLARE ULONG _tx_byte_pool_created_count; variable
/ThreadX-v6.3.0/common/src/
Dtx_byte_pool_initialize.c43 ULONG _tx_byte_pool_created_count; variable
136 _tx_byte_pool_created_count = TX_EMPTY; in _tx_byte_pool_initialize()
Dtx_byte_pool_delete.c112 _tx_byte_pool_created_count--; in _tx_byte_pool_delete()
115 if (_tx_byte_pool_created_count == TX_EMPTY) in _tx_byte_pool_delete()
Dtx_byte_pool_create.c154 if (_tx_byte_pool_created_count == TX_EMPTY) in _tx_byte_pool_create()
179 _tx_byte_pool_created_count++; in _tx_byte_pool_create()
Dtxe_byte_pool_create.c129 for (i = ((ULONG) 0); i < _tx_byte_pool_created_count; i++) in _txe_byte_pool_create()
Dtx_trace_enable.c365 i = _tx_byte_pool_created_count; in _tx_trace_enable()
/ThreadX-v6.3.0/common_smp/src/
Dtx_byte_pool_initialize.c43 ULONG _tx_byte_pool_created_count; variable
136 _tx_byte_pool_created_count = TX_EMPTY; in _tx_byte_pool_initialize()
Dtx_byte_pool_delete.c112 _tx_byte_pool_created_count--; in _tx_byte_pool_delete()
115 if (_tx_byte_pool_created_count == TX_EMPTY) in _tx_byte_pool_delete()
Dtx_byte_pool_create.c154 if (_tx_byte_pool_created_count == TX_EMPTY) in _tx_byte_pool_create()
179 _tx_byte_pool_created_count++; in _tx_byte_pool_create()
Dtxe_byte_pool_create.c129 for (i = ((ULONG) 0); i < _tx_byte_pool_created_count; i++) in _txe_byte_pool_create()
Dtx_trace_enable.c365 i = _tx_byte_pool_created_count; in _tx_trace_enable()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_object_pointer_get_extended.c402 while (i < _tx_byte_pool_created_count) in _txm_module_manager_object_pointer_get_extended()
Dtxm_module_manager_stop.c507 i = _tx_byte_pool_created_count; in _txm_module_manager_stop()
/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c387 extern ULONG _tx_byte_pool_created_count;
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c428 extern ULONG _tx_byte_pool_created_count;