Home
last modified time | relevance | path

Searched refs:_tx_block_allocate (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtxe_block_allocate.c155 status = _tx_block_allocate(pool_ptr, block_ptr, wait_option); in _txe_block_allocate()
Dtx_block_allocate.c79 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/
Dtxe_block_allocate.c155 status = _tx_block_allocate(pool_ptr, block_ptr, wait_option); in _txe_block_allocate()
Dtx_block_allocate.c79 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/
Dtestcontrol.c1064 status = _tx_block_allocate(&fake_block_pool, (VOID **) &pointer, TX_WAIT_FOREVER); in tx_application_define()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1200 #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/
Dtx_api.h1119 #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/
Dtestcontrol.c1190 status = _tx_block_allocate(&fake_block_pool, (VOID **) &pointer, TX_WAIT_FOREVER); in tx_application_define()