Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/inc/
Dtx_byte_pool.h81 _tx_byte_pool_created_ptr = TX_NULL; \
85 _tx_byte_pool_created_ptr = TX_NULL; \
124 BYTE_POOL_DECLARE TX_BYTE_POOL * _tx_byte_pool_created_ptr; variable
/ThreadX-v6.3.0/common/inc/
Dtx_byte_pool.h81 _tx_byte_pool_created_ptr = TX_NULL; \
85 _tx_byte_pool_created_ptr = TX_NULL; \
124 BYTE_POOL_DECLARE TX_BYTE_POOL * _tx_byte_pool_created_ptr; variable
/ThreadX-v6.3.0/common/src/
Dtx_byte_pool_delete.c119 _tx_byte_pool_created_ptr = TX_NULL; in _tx_byte_pool_delete()
131 if (_tx_byte_pool_created_ptr == pool_ptr) in _tx_byte_pool_delete()
135 _tx_byte_pool_created_ptr = next_pool; in _tx_byte_pool_delete()
Dtx_byte_pool_initialize.c38 TX_BYTE_POOL * _tx_byte_pool_created_ptr; variable
135 _tx_byte_pool_created_ptr = TX_NULL; in _tx_byte_pool_initialize()
Dtx_byte_pool_create.c158 _tx_byte_pool_created_ptr = pool_ptr; in _tx_byte_pool_create()
166 next_pool = _tx_byte_pool_created_ptr; in _tx_byte_pool_create()
Dtxe_byte_pool_create.c128 next_pool = _tx_byte_pool_created_ptr; in _txe_byte_pool_create()
Dtx_trace_enable.c364 byte_pool_ptr = _tx_byte_pool_created_ptr; in _tx_trace_enable()
/ThreadX-v6.3.0/common_smp/src/
Dtx_byte_pool_delete.c119 _tx_byte_pool_created_ptr = TX_NULL; in _tx_byte_pool_delete()
131 if (_tx_byte_pool_created_ptr == pool_ptr) in _tx_byte_pool_delete()
135 _tx_byte_pool_created_ptr = next_pool; in _tx_byte_pool_delete()
Dtx_byte_pool_initialize.c38 TX_BYTE_POOL * _tx_byte_pool_created_ptr; variable
135 _tx_byte_pool_created_ptr = TX_NULL; in _tx_byte_pool_initialize()
Dtx_byte_pool_create.c158 _tx_byte_pool_created_ptr = pool_ptr; in _tx_byte_pool_create()
166 next_pool = _tx_byte_pool_created_ptr; in _tx_byte_pool_create()
Dtxe_byte_pool_create.c128 next_pool = _tx_byte_pool_created_ptr; in _txe_byte_pool_create()
Dtx_trace_enable.c364 byte_pool_ptr = _tx_byte_pool_created_ptr; in _tx_trace_enable()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_object_pointer_get_extended.c401 byte_pool_ptr = _tx_byte_pool_created_ptr; in _txm_module_manager_object_pointer_get_extended()
Dtxm_module_manager_stop.c508 byte_pool_ptr = _tx_byte_pool_created_ptr; in _txm_module_manager_stop()
/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c386 extern TX_BYTE_POOL *_tx_byte_pool_created_ptr;
1275 while(_tx_byte_pool_created_ptr) in test_control_cleanup()
1279 tx_byte_pool_delete(_tx_byte_pool_created_ptr); in test_control_cleanup()
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c427 extern TX_BYTE_POOL *_tx_byte_pool_created_ptr;
1473 while(_tx_byte_pool_created_ptr) in test_control_cleanup()
1477 tx_byte_pool_delete(_tx_byte_pool_created_ptr); in test_control_cleanup()