Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_cdc_ecm_host_thread_create_fail_test.c32 UX_TEST_ACTION thread_create_fail_action = {0}; in post_init_host() local
33 thread_create_fail_action.usbx_function = UX_TEST_OVERRIDE_TX_THREAD_CREATE; in post_init_host()
34 thread_create_fail_action.name_ptr = "ux_host_cdc_ecm_thread"; in post_init_host()
35 thread_create_fail_action.no_return = 0; in post_init_host()
36 thread_create_fail_action.status = UX_ERROR; in post_init_host()
40 ux_test_add_action_to_main_list(thread_create_fail_action); in post_init_host()