Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_preemption_threshold_test.c12 static TX_THREAD thread_16; variable
109 status = tx_thread_create(&thread_16, "thread 16", thread_entry, 3, in test_application_define()
113 status += tx_thread_smp_core_exclude(&thread_16, 0); /* Any core! */ in test_application_define()
295 status = tx_thread_resume(&thread_16); in thread_0_entry()
362 … || (_tx_thread_execute_ptr[2] != &thread_1) || (_tx_thread_execute_ptr[3] != &thread_16)) in thread_0_entry()
372 status = tx_thread_suspend(&thread_16); in thread_0_entry()
Dthreadx_smp_resume_suspend_accending_order_test.c25 static TX_THREAD thread_16; variable
313 status = tx_thread_create(&thread_16, "thread 16", thread_entry, 16, in test_application_define()
317 status += tx_thread_smp_core_exclude(&thread_16, 0x0); /* No exclusions! */ in test_application_define()
765 status = tx_thread_resume(&thread_16); in thread_0_entry()
1145 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16) in thread_0_entry()
1159 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16) in thread_0_entry()
1173 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16) in thread_0_entry()
1184 status = tx_thread_suspend(&thread_16); in thread_0_entry()
Dthreadx_smp_resume_suspend_decending_order_test.c25 static TX_THREAD thread_16; variable
313 status = tx_thread_create(&thread_16, "thread 16", thread_entry, 16, in test_application_define()
317 status += tx_thread_smp_core_exclude(&thread_16, 0x0); /* No exclusions! */ in test_application_define()
779 status = tx_thread_resume(&thread_16); in thread_0_entry()
783 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16) in thread_0_entry()
797 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16) in thread_0_entry()
811 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16) in thread_0_entry()
1198 status = tx_thread_suspend(&thread_16); in thread_0_entry()
Dthreadx_smp_random_resume_suspend_exclusion_pt_test.c29 static TX_THREAD thread_16; variable
1060 {&thread_16},
2205 status += tx_thread_smp_core_exclude(&thread_16, 0x7); in control_thread_entry()
2207 status += tx_thread_preemption_change(&thread_16, 8, &original_threshold); in control_thread_entry()
2208 status += tx_thread_resume(&thread_16); in control_thread_entry()
2223 (thread_16.tx_thread_run_count == 0) || in control_thread_entry()
2234 status += tx_thread_smp_core_exclude(&thread_16, 0); in control_thread_entry()
2237 status += tx_thread_preemption_change(&thread_16, 16, &original_threshold); in control_thread_entry()
2242 thread_16.tx_thread_run_count = 0; in control_thread_entry()
Dthreadx_smp_random_resume_suspend_exclusion_test.c29 static TX_THREAD thread_16; variable
1060 {&thread_16},
Dthreadx_smp_random_resume_suspend_test.c29 static TX_THREAD thread_16; variable
1060 {&thread_16},