Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_byte_allocate.c74 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.4.1/common_smp/src/
Dtxe_byte_allocate.c82 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, in _txe_byte_allocate() function
/ThreadX-v6.4.1/common/src/
Dtxe_byte_allocate.c82 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, in _txe_byte_allocate() function
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_object_allocate.c100 …return_value = (ULONG) _txe_byte_allocate(&_txm_module_manager_object_pool, (VOID **) &object_pt… in _txm_module_manager_object_allocate()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1454 #define tx_byte_allocate _txe_byte_allocate
1626 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1363 #define tx_byte_allocate _txe_byte_allocate
1540 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h347 return_value = (ALIGN_TYPE) _txe_byte_allocate( in _txm_module_manager_tx_byte_allocate_dispatch()