Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbxtestcontrol.c18 TX_THREAD test_control_thread; variable
977 tx_thread_create(&test_control_thread, "test control thread", test_control_thread_entry, 0, in tx_application_define()
998 tx_thread_priority_change(&test_control_thread, 0, &i); in test_control_thread_entry()
1034 tx_thread_suspend(&test_control_thread); in test_control_thread_entry()
1112 tx_thread_resume(&test_control_thread); in test_control_return()
1278 if (thread_ptr == &test_control_thread) in test_control_cleanup()
1291 while ((thread_ptr == &_tx_timer_thread) || (thread_ptr == &test_control_thread)) in test_control_cleanup()