| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_smp_resume_suspend_accending_order_test.c | 50 static void thread_entry(ULONG thread_input); 103 status = tx_thread_create(&thread_1, "thread 1", thread_entry, 1, in test_application_define() 117 status = tx_thread_create(&thread_2, "thread 2", thread_entry, 2, in test_application_define() 131 status = tx_thread_create(&thread_3, "thread 3", thread_entry, 3, in test_application_define() 145 status = tx_thread_create(&thread_4, "thread 4", thread_entry, 4, in test_application_define() 159 status = tx_thread_create(&thread_5, "thread 5", thread_entry, 5, in test_application_define() 173 status = tx_thread_create(&thread_6, "thread 6", thread_entry, 6, in test_application_define() 187 status = tx_thread_create(&thread_7, "thread 7", thread_entry, 7, in test_application_define() 201 status = tx_thread_create(&thread_8, "thread 8", thread_entry, 8, in test_application_define() 215 status = tx_thread_create(&thread_9, "thread 9", thread_entry, 9, in test_application_define() [all …]
|
| D | threadx_smp_resume_suspend_decending_order_test.c | 50 static void thread_entry(ULONG thread_input); 103 status = tx_thread_create(&thread_1, "thread 1", thread_entry, 1, in test_application_define() 117 status = tx_thread_create(&thread_2, "thread 2", thread_entry, 2, in test_application_define() 131 status = tx_thread_create(&thread_3, "thread 3", thread_entry, 3, in test_application_define() 145 status = tx_thread_create(&thread_4, "thread 4", thread_entry, 4, in test_application_define() 159 status = tx_thread_create(&thread_5, "thread 5", thread_entry, 5, in test_application_define() 173 status = tx_thread_create(&thread_6, "thread 6", thread_entry, 6, in test_application_define() 187 status = tx_thread_create(&thread_7, "thread 7", thread_entry, 7, in test_application_define() 201 status = tx_thread_create(&thread_8, "thread 8", thread_entry, 8, in test_application_define() 215 status = tx_thread_create(&thread_9, "thread 9", thread_entry, 9, in test_application_define() [all …]
|
| D | threadx_smp_preemption_threshold_test.c | 28 static void thread_entry(ULONG thread_input); 81 status = tx_thread_create(&thread_1, "thread 1", thread_entry, 1, in test_application_define() 95 status = tx_thread_create(&thread_5, "thread 5", thread_entry, 2, in test_application_define() 109 status = tx_thread_create(&thread_16, "thread 16", thread_entry, 3, in test_application_define() 123 status = tx_thread_create(&thread_16_pt5, "thread 16 PT5", thread_entry, 4, in test_application_define() 137 status = tx_thread_create(&thread_18, "thread 18", thread_entry, 5, in test_application_define() 151 status = tx_thread_create(&thread_23_pt17, "thread 23 PT17", thread_entry, 6, in test_application_define() 165 status = tx_thread_create(&thread_25, "thread 25", thread_entry, 7, in test_application_define() 179 status = tx_thread_create(&thread_27_pt24, "thread 27 PT24", thread_entry, 8, in test_application_define() 193 status = tx_thread_create(&thread_31, "thread 31", thread_entry, 9, in test_application_define() [all …]
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 2081 static void thread_entry(ULONG thread_input); 2160 … status += tx_thread_create(_smp_randomized_source_array[i], "test thread", thread_entry, i, in control_thread_entry() 2341 static void thread_entry(ULONG id) in thread_entry() function
|
| D | threadx_smp_random_resume_suspend_test.c | 2081 static void thread_entry(ULONG thread_input); 2156 … status += tx_thread_create(_smp_randomized_source_array[i], "test thread", thread_entry, i, in control_thread_entry() 2317 static void thread_entry(ULONG id) in thread_entry() function
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 2081 static void thread_entry(ULONG thread_input); 2171 … status += tx_thread_create(_smp_randomized_source_array[i], "test thread", thread_entry, i, in control_thread_entry() 2431 static void thread_entry(ULONG id) in thread_entry() function
|