Searched refs:thread_18 (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_smp_preemption_threshold_test.c | 14 static TX_THREAD thread_18; variable 137 status = tx_thread_create(&thread_18, "thread 18", thread_entry, 5, in test_application_define() 141 status += tx_thread_smp_core_exclude(&thread_18, 0); /* Any core! */ in test_application_define() 319 status = tx_thread_resume(&thread_18); in thread_0_entry() 393 … || (_tx_thread_execute_ptr[2] != &thread_1) || (_tx_thread_execute_ptr[3] != &thread_18)) in thread_0_entry() 403 status = tx_thread_suspend(&thread_18); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 27 static TX_THREAD thread_18; variable 341 status = tx_thread_create(&thread_18, "thread 18", thread_entry, 18, in test_application_define() 345 status += tx_thread_smp_core_exclude(&thread_18, 0x0); /* No exclusions! */ in test_application_define() 791 status = tx_thread_resume(&thread_18); in thread_0_entry() 1174 … || (_tx_thread_execute_ptr[2] != &thread_17) || (_tx_thread_execute_ptr[3] != &thread_18)) in thread_0_entry() 1188 … || (_tx_thread_execute_ptr[2] != &thread_17) || (_tx_thread_execute_ptr[3] != &thread_18)) in thread_0_entry() 1202 … || (_tx_thread_execute_ptr[2] != &thread_20) || (_tx_thread_execute_ptr[3] != &thread_18)) in thread_0_entry() 1212 status = tx_thread_suspend(&thread_18); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_decending_order_test.c | 27 static TX_THREAD thread_18; variable 341 status = tx_thread_create(&thread_18, "thread 18", thread_entry, 18, in test_application_define() 345 status += tx_thread_smp_core_exclude(&thread_18, 0x0); /* No exclusions! */ in test_application_define() 751 status = tx_thread_resume(&thread_18); in thread_0_entry() 756 … || (_tx_thread_execute_ptr[2] != &thread_18) || (_tx_thread_execute_ptr[3] != &thread_20)) in thread_0_entry() 770 … || (_tx_thread_execute_ptr[2] != &thread_18) || (_tx_thread_execute_ptr[3] != &thread_17)) in thread_0_entry() 784 … || (_tx_thread_execute_ptr[2] != &thread_18) || (_tx_thread_execute_ptr[3] != &thread_17)) in thread_0_entry() 1172 status = tx_thread_suspend(&thread_18); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 31 static TX_THREAD thread_18; variable 1062 {&thread_18},
|
| D | threadx_smp_random_resume_suspend_test.c | 31 static TX_THREAD thread_18; variable 1062 {&thread_18},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 31 static TX_THREAD thread_18; variable 1062 {&thread_18},
|