Searched refs:_tx_byte_allocate (Results 1 – 12 of 12) sorted by relevance
| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_byte_allocate.c | 195 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
|
| D | tx_byte_allocate.c | 82 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() function
|
| /ThreadX-v6.3.0/common/src/ |
| D | txe_byte_allocate.c | 195 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
|
| D | tx_byte_allocate.c | 82 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() function
|
| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_memory_load.c | 118 …status = _tx_byte_allocate(&_txm_module_manager_byte_pool, (VOID **) &code_memory_ptr, code_alloc… in _txm_module_manager_memory_load()
|
| D | txm_module_manager_file_load.c | 140 …status = _tx_byte_allocate(&_txm_module_manager_byte_pool, (VOID **) &code_memory_ptr, code_alloc… in _txm_module_manager_file_load()
|
| D | txm_module_manager_internal_load.c | 260 …status = _tx_byte_allocate(&_txm_module_manager_byte_pool, (VOID **) &memory_ptr, data_allocation… in _txm_module_manager_internal_load()
|
| D | txm_module_manager_absolute_load.c | 270 …status = _tx_byte_allocate(&_txm_module_manager_byte_pool, (VOID **) &memory_ptr, data_allocation… in _txm_module_manager_absolute_load()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | testcontrol.c | 1071 status = _tx_byte_allocate(&fake_byte_pool, (VOID **) &pointer, 1000, TX_WAIT_FOREVER); in tx_application_define()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1204 #define tx_byte_allocate _tx_byte_allocate 1602 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1123 #define tx_byte_allocate _tx_byte_allocate 1516 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | testcontrol.c | 1197 status = _tx_byte_allocate(&fake_byte_pool, (VOID **) &pointer, 1000, TX_WAIT_FOREVER); in tx_application_define()
|