Searched refs:pool_3 (Results 1 – 4 of 4) sorted by relevance
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_block_memory_basic_test.c | 40 static TX_BLOCK_POOL pool_3; variable 89 status = tx_block_pool_create(&pool_3, "pool 3", 100, pointer, 320); in timer_entry() 149 status = tx_block_pool_create(&pool_3, "pool 3", 100, (void *) 0x100000, 320); in test_isr()
|
D | threadx_byte_memory_basic_test.c | 44 static TX_BYTE_POOL pool_3; variable 105 status = _txe_byte_pool_create(&pool_3, "pool 3", pointer, in timer_entry()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_block_memory_basic_test.c | 40 static TX_BLOCK_POOL pool_3; variable 89 status = tx_block_pool_create(&pool_3, "pool 3", 100, pointer, 320); in timer_entry() 149 status = tx_block_pool_create(&pool_3, "pool 3", 100, (void *) 0x100000, 320); in test_isr()
|
D | threadx_byte_memory_basic_test.c | 44 static TX_BYTE_POOL pool_3; variable 105 status = _txe_byte_pool_create(&pool_3, "pool 3", pointer, in timer_entry()
|