Searched refs:test_byte_pool_create_init (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_initialize_kernel_setup_test.c | 29 UINT test_byte_pool_create_init; variable
|
| D | testcontrol.c | 93 UINT test_byte_pool_create_init; variable 539 …test_byte_pool_create_init = tx_byte_pool_create(&init_byte_pool, "init byte pool", init_byte_po… in tx_application_define() 540 …test_byte_pool_create_init += tx_byte_allocate(&init_byte_pool, (VOID **) &pointer, 20, TX_NO_WAI… in tx_application_define() 541 test_byte_pool_create_init += tx_byte_release(pointer); in tx_application_define()
|
| D | threadx_byte_memory_basic_test.c | 25 extern UINT test_byte_pool_create_init; 85 if (test_byte_pool_create_init != TX_SUCCESS) in timer_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_initialize_kernel_setup_test.c | 29 UINT test_byte_pool_create_init; variable
|
| D | threadx_byte_memory_basic_test.c | 25 extern UINT test_byte_pool_create_init; 85 if (test_byte_pool_create_init != TX_SUCCESS) in timer_entry()
|
| D | testcontrol.c | 98 UINT test_byte_pool_create_init; variable 653 …test_byte_pool_create_init = tx_byte_pool_create(&init_byte_pool, "init byte pool", init_byte_po… in tx_application_define() 654 …test_byte_pool_create_init += tx_byte_allocate(&init_byte_pool, (VOID **) &pointer, 20, TX_NO_WAI… in tx_application_define() 655 test_byte_pool_create_init += tx_byte_release(pointer); in tx_application_define()
|