Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_initialize_kernel_setup_test.c29 UINT test_byte_pool_create_init; variable
Dtestcontrol.c93 UINT test_byte_pool_create_init; variable
539test_byte_pool_create_init = tx_byte_pool_create(&init_byte_pool, "init byte pool", init_byte_po… in tx_application_define()
540test_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()
Dthreadx_byte_memory_basic_test.c25 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/
Dthreadx_initialize_kernel_setup_test.c29 UINT test_byte_pool_create_init; variable
Dthreadx_byte_memory_basic_test.c25 extern UINT test_byte_pool_create_init;
85 if (test_byte_pool_create_init != TX_SUCCESS) in timer_entry()
Dtestcontrol.c98 UINT test_byte_pool_create_init; variable
653test_byte_pool_create_init = tx_byte_pool_create(&init_byte_pool, "init byte pool", init_byte_po… in tx_application_define()
654test_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()