Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_smp_random_resume_suspend_test.c2097 static TX_THREAD control_thread; variable
2117 status = tx_thread_create(&control_thread, "control thread", control_thread_entry, 0, in test_application_define()
Dthreadx_smp_random_resume_suspend_exclusion_test.c2098 static TX_THREAD control_thread; variable
2117 status = tx_thread_create(&control_thread, "control thread", control_thread_entry, 0, in test_application_define()
Dthreadx_smp_random_resume_suspend_exclusion_pt_test.c2102 static TX_THREAD control_thread; variable
2122 status = tx_thread_create(&control_thread, "control thread", control_thread_entry, 0, in test_application_define()