Searched refs:_tx_block_allocate (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/common_smp/inc/ |
| D | tx_api.h | 1195 #define tx_block_allocate _tx_block_allocate 1571 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1114 #define tx_block_allocate _tx_block_allocate 1474 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | testcontrol.c | 1190 status = _tx_block_allocate(&fake_block_pool, (VOID **) &pointer, TX_WAIT_FOREVER); in tx_application_define()
|