Searched refs:pool_2 (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_block_memory_error_detection_test.c | 12 static TX_BLOCK_POOL pool_2; variable 135 status = _txe_block_pool_create(&pool_2, "pool 2", 100, pointer, 320, 777777); in thread_0_entry() 165 pool_2.tx_block_pool_id = 0; in thread_0_entry() 166 status = tx_block_allocate(&pool_2, (VOID **) TX_NULL, TX_NO_WAIT); in thread_0_entry()
|
D | threadx_byte_memory_basic_test.c | 43 static TX_BYTE_POOL pool_2; variable 94 status = tx_byte_pool_create(&pool_2, "pool 2", pointer, 108); in timer_entry() 189 status = tx_byte_pool_create(&pool_2, "pool 0", (void *) 0x100000, 108); in test_isr() 421 status = tx_byte_pool_create(&pool_2, "pool 2", TX_NULL, 108); in thread_0_entry() 433 status = tx_byte_pool_create(&pool_2, "pool 2", pointer_1, 1); in thread_0_entry() 457 pool_2.tx_byte_pool_id = 0; in thread_0_entry() 458 status = tx_byte_pool_delete(&pool_2); in thread_0_entry() 482 pool_2.tx_byte_pool_id = 0; in thread_0_entry() 483 status = tx_byte_allocate(&pool_2, (VOID **) &pointer_1, 24, TX_NO_WAIT); in thread_0_entry()
|
D | threadx_block_memory_basic_test.c | 39 static TX_BLOCK_POOL pool_2; variable 243 status = _tx_block_pool_create(&pool_2, "pool 2", 100, pointer, 50); in test_application_define()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_block_memory_error_detection_test.c | 12 static TX_BLOCK_POOL pool_2; variable 135 status = _txe_block_pool_create(&pool_2, "pool 2", 100, pointer, 320, 777777); in thread_0_entry() 165 pool_2.tx_block_pool_id = 0; in thread_0_entry() 166 status = tx_block_allocate(&pool_2, (VOID **) TX_NULL, TX_NO_WAIT); in thread_0_entry()
|
D | threadx_byte_memory_basic_test.c | 43 static TX_BYTE_POOL pool_2; variable 94 status = tx_byte_pool_create(&pool_2, "pool 2", pointer, 108); in timer_entry() 189 status = tx_byte_pool_create(&pool_2, "pool 0", (void *) 0x100000, 108); in test_isr() 421 status = tx_byte_pool_create(&pool_2, "pool 2", TX_NULL, 108); in thread_0_entry() 433 status = tx_byte_pool_create(&pool_2, "pool 2", pointer_1, 1); in thread_0_entry() 457 pool_2.tx_byte_pool_id = 0; in thread_0_entry() 458 status = tx_byte_pool_delete(&pool_2); in thread_0_entry() 482 pool_2.tx_byte_pool_id = 0; in thread_0_entry() 483 status = tx_byte_allocate(&pool_2, (VOID **) &pointer_1, 24, TX_NO_WAIT); in thread_0_entry()
|
D | threadx_block_memory_basic_test.c | 39 static TX_BLOCK_POOL pool_2; variable 243 status = _tx_block_pool_create(&pool_2, "pool 2", 100, pointer, 50); in test_application_define()
|