Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_cdc_ecm_uninitialize_test.c47 static TX_THREAD thread_device; variable
274 UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, 0, in test_application_define()
Dusbx_cdc_ecm_basic_ipv6_test.c72 static TX_THREAD thread_device; variable
313 …UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, (ULON… in ux_test_cdc_ecm_initialize_use_framework()
316 UX_THREAD_EXTENSION_PTR_SET(&thread_device, device_init_data) in ux_test_cdc_ecm_initialize_use_framework()
317 tx_thread_resume(&thread_device); in ux_test_cdc_ecm_initialize_use_framework()
Dusbx_ux_test_cdc_ecm.h92 static TX_THREAD thread_device; variable
330 …UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, (ULON… in ux_test_cdc_ecm_initialize_use_framework()
333 UX_THREAD_EXTENSION_PTR_SET(&thread_device, device_init_data) in ux_test_cdc_ecm_initialize_use_framework()
334 tx_thread_resume(&thread_device); in ux_test_cdc_ecm_initialize_use_framework()
Dusbx_rndis_basic_test.c46 static TX_THREAD thread_device; variable
369 UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, 0, in test_application_define()
Dusbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c47 static TX_THREAD thread_device; variable
370 UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, 0, in test_application_define()