Searched refs:_tx_block_allocate (Results 1 – 8 of 8) sorted by relevance
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_block_allocate.c | 155 status = _tx_block_allocate(pool_ptr, block_ptr, wait_option); in _txe_block_allocate()
|
D | tx_block_allocate.c | 79 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _tx_block_allocate() function
|
/ThreadX-v6.4.1/common/src/ |
D | txe_block_allocate.c | 155 status = _tx_block_allocate(pool_ptr, block_ptr, wait_option); in _txe_block_allocate()
|
D | tx_block_allocate.c | 79 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _tx_block_allocate() function
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | testcontrol.c | 1064 status = _tx_block_allocate(&fake_block_pool, (VOID **) &pointer, TX_WAIT_FOREVER); in tx_application_define()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1200 #define tx_block_allocate _tx_block_allocate 1576 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1119 #define tx_block_allocate _tx_block_allocate 1479 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | testcontrol.c | 1190 status = _tx_block_allocate(&fake_block_pool, (VOID **) &pointer, TX_WAIT_FOREVER); in tx_application_define()
|