Home
last modified time | relevance | path

Searched refs:thread_host (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_cdc_ecm_basic_ipv6_test.c59 static TX_THREAD thread_host; variable
306 …UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_host, "host thread", thread_entry_host, (ULONG)(ALI… in ux_test_cdc_ecm_initialize_use_framework()
309 UX_THREAD_EXTENSION_PTR_SET(&thread_host, device_init_data) in ux_test_cdc_ecm_initialize_use_framework()
310 tx_thread_resume(&thread_host); in ux_test_cdc_ecm_initialize_use_framework()
Dusbx_ux_test_cdc_ecm.h77 static TX_THREAD thread_host; variable
323 …UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_host, "host thread", thread_entry_host, (ULONG)(ALI… in ux_test_cdc_ecm_initialize_use_framework()
326 UX_THREAD_EXTENSION_PTR_SET(&thread_host, device_init_data) in ux_test_cdc_ecm_initialize_use_framework()
327 tx_thread_resume(&thread_host); in ux_test_cdc_ecm_initialize_use_framework()
Dusbx_ux_device_class_cdc_ecm_uninitialize_test.c37 static TX_THREAD thread_host; variable
Dusbx_rndis_basic_test.c35 static TX_THREAD thread_host; variable
364 UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_host, "host thread", thread_entry_host, 0, in test_application_define()
Dusbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c36 static TX_THREAD thread_host; variable
365 UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_host, "host thread", thread_entry_host, 0, in test_application_define()