Searched refs:pool_1 (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_block_memory_error_detection_test.c | 11 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()
|
D | threadx_block_memory_basic_test.c | 38 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()
|
D | threadx_byte_memory_basic_test.c | 42 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/ |
D | threadx_block_memory_error_detection_test.c | 11 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()
|
D | threadx_block_memory_basic_test.c | 38 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()
|
D | threadx_byte_memory_basic_test.c | 42 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()
|