Searched refs:control_thread_entry (Results 1 – 3 of 3) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_random_resume_suspend_test.c | 2080 static void control_thread_entry(ULONG thread_input); 2117 status = tx_thread_create(&control_thread, "control thread", control_thread_entry, 0, in test_application_define() 2131 static void control_thread_entry(ULONG thread_input) in control_thread_entry() function
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 2080 static void control_thread_entry(ULONG thread_input); 2117 status = tx_thread_create(&control_thread, "control thread", control_thread_entry, 0, in test_application_define() 2131 static void control_thread_entry(ULONG thread_input) in control_thread_entry() function
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 2080 static void control_thread_entry(ULONG thread_input); 2122 status = tx_thread_create(&control_thread, "control thread", control_thread_entry, 0, in test_application_define() 2135 static void control_thread_entry(ULONG thread_input) in control_thread_entry() function
|