Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/inc/
Dtx_byte_pool.h80 _tx_byte_pool_created_ptr = TX_NULL; \
84 _tx_byte_pool_created_ptr = TX_NULL; \
123 BYTE_POOL_DECLARE TX_BYTE_POOL * _tx_byte_pool_created_ptr; variable
/ThreadX-v6.4.1/common/inc/
Dtx_byte_pool.h80 _tx_byte_pool_created_ptr = TX_NULL; \
84 _tx_byte_pool_created_ptr = TX_NULL; \
123 BYTE_POOL_DECLARE TX_BYTE_POOL * _tx_byte_pool_created_ptr; variable
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_delete.c118 _tx_byte_pool_created_ptr = TX_NULL; in _tx_byte_pool_delete()
130 if (_tx_byte_pool_created_ptr == pool_ptr) in _tx_byte_pool_delete()
134 _tx_byte_pool_created_ptr = next_pool; in _tx_byte_pool_delete()
Dtx_byte_pool_initialize.c37 TX_BYTE_POOL * _tx_byte_pool_created_ptr; variable
134 _tx_byte_pool_created_ptr = TX_NULL; in _tx_byte_pool_initialize()
Dtx_byte_pool_create.c157 _tx_byte_pool_created_ptr = pool_ptr; in _tx_byte_pool_create()
165 next_pool = _tx_byte_pool_created_ptr; in _tx_byte_pool_create()
Dtxe_byte_pool_create.c127 next_pool = _tx_byte_pool_created_ptr; in _txe_byte_pool_create()
Dtx_trace_enable.c363 byte_pool_ptr = _tx_byte_pool_created_ptr; in _tx_trace_enable()
/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_delete.c118 _tx_byte_pool_created_ptr = TX_NULL; in _tx_byte_pool_delete()
130 if (_tx_byte_pool_created_ptr == pool_ptr) in _tx_byte_pool_delete()
134 _tx_byte_pool_created_ptr = next_pool; in _tx_byte_pool_delete()
Dtx_byte_pool_initialize.c37 TX_BYTE_POOL * _tx_byte_pool_created_ptr; variable
134 _tx_byte_pool_created_ptr = TX_NULL; in _tx_byte_pool_initialize()
Dtx_byte_pool_create.c157 _tx_byte_pool_created_ptr = pool_ptr; in _tx_byte_pool_create()
165 next_pool = _tx_byte_pool_created_ptr; in _tx_byte_pool_create()
Dtxe_byte_pool_create.c127 next_pool = _tx_byte_pool_created_ptr; in _txe_byte_pool_create()
Dtx_trace_enable.c363 byte_pool_ptr = _tx_byte_pool_created_ptr; in _tx_trace_enable()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_object_pointer_get_extended.c400 byte_pool_ptr = _tx_byte_pool_created_ptr; in _txm_module_manager_object_pointer_get_extended()
Dtxm_module_manager_stop.c507 byte_pool_ptr = _tx_byte_pool_created_ptr; in _txm_module_manager_stop()
/ThreadX-v6.4.1/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.4.1/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()