Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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()