Searched refs:_tx_block_allocate (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.2.1/common_smp/src/ |
D | txe_block_allocate.c | 156 status = _tx_block_allocate(pool_ptr, block_ptr, wait_option); in _txe_block_allocate()
|
D | tx_block_allocate.c | 80 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _tx_block_allocate() function
|
/ThreadX-v6.2.1/common/src/ |
D | txe_block_allocate.c | 156 status = _tx_block_allocate(pool_ptr, block_ptr, wait_option); in _txe_block_allocate()
|
D | tx_block_allocate.c | 80 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _tx_block_allocate() function
|
/ThreadX-v6.2.1/common_smp/inc/ |
D | tx_api.h | 1181 #define tx_block_allocate _tx_block_allocate 1557 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
|
/ThreadX-v6.2.1/common/inc/ |
D | tx_api.h | 1100 #define tx_block_allocate _tx_block_allocate 1460 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
|