Home
last modified time | relevance | path

Searched refs:_txe_byte_allocate (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_byte_allocate.c75 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_op… in _txe_byte_allocate() function
/ThreadX-v6.3.0/common_smp/src/
Dtxe_byte_allocate.c83 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, in _txe_byte_allocate() function
/ThreadX-v6.3.0/common/src/
Dtxe_byte_allocate.c83 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, in _txe_byte_allocate() function
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_object_allocate.c101 …return_value = (ULONG) _txe_byte_allocate(&_txm_module_manager_object_pool, (VOID **) &object_pt… in _txm_module_manager_object_allocate()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1449 #define tx_byte_allocate _txe_byte_allocate
1621 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1358 #define tx_byte_allocate _txe_byte_allocate
1535 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h348 return_value = (ALIGN_TYPE) _txe_byte_allocate( in _txm_module_manager_tx_byte_allocate_dispatch()