Home
last modified time | relevance | path

Searched refs:pool_1 (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_block_memory_error_detection_test.c11 static TX_BLOCK_POOL pool_1; variable
72 status = tx_block_pool_create(&pool_1, "pool 0", 100, NULL, 320); in test_application_define()
81 status = tx_block_pool_create(&pool_1, "pool 0", 100, pointer, 100); in test_application_define()
131 status = tx_block_pool_create(&pool_1, "pool 1", 100, pointer, 320); in thread_0_entry()
360 status = tx_block_pool_delete(&pool_1); in thread_0_entry()
370 status = tx_block_pool_delete(&pool_1); in thread_0_entry()
Dthreadx_block_memory_basic_test.c38 static TX_BLOCK_POOL pool_1; variable
231 status = tx_block_pool_create(&pool_1, "pool 1", 100, pointer, 320); in test_application_define()
540 status = tx_block_pool_delete(&pool_1); in thread_0_entry()
Dthreadx_byte_memory_basic_test.c42 static TX_BYTE_POOL pool_1; variable
270 status = tx_byte_pool_create(&pool_1, "pool 1", pointer, 200); in test_application_define()
940 status = tx_byte_pool_delete(&pool_1); in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_block_memory_error_detection_test.c11 static TX_BLOCK_POOL pool_1; variable
72 status = tx_block_pool_create(&pool_1, "pool 0", 100, NULL, 320); in test_application_define()
81 status = tx_block_pool_create(&pool_1, "pool 0", 100, pointer, 100); in test_application_define()
131 status = tx_block_pool_create(&pool_1, "pool 1", 100, pointer, 320); in thread_0_entry()
360 status = tx_block_pool_delete(&pool_1); in thread_0_entry()
370 status = tx_block_pool_delete(&pool_1); in thread_0_entry()
Dthreadx_block_memory_basic_test.c38 static TX_BLOCK_POOL pool_1; variable
231 status = tx_block_pool_create(&pool_1, "pool 1", 100, pointer, 320); in test_application_define()
540 status = tx_block_pool_delete(&pool_1); in thread_0_entry()
Dthreadx_byte_memory_basic_test.c42 static TX_BYTE_POOL pool_1; variable
270 status = tx_byte_pool_create(&pool_1, "pool 1", pointer, 200); in test_application_define()
940 status = tx_byte_pool_delete(&pool_1); in thread_0_entry()