Searched refs:_txe_block_allocate (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_block_allocate.c | 72 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate() function
|
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_block_allocate.c | 79 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate() function
|
/ThreadX-v6.4.1/common/src/ |
D | txe_block_allocate.c | 79 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate() function
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1445 #define tx_block_allocate _txe_block_allocate 1594 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1354 #define tx_block_allocate _txe_block_allocate 1497 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
|
/ThreadX-v6.4.1/common_modules/module_manager/inc/ |
D | txm_module_manager_dispatch.h | 42 return_value = (ALIGN_TYPE) _txe_block_allocate( in _txm_module_manager_tx_block_allocate_dispatch()
|