Searched refs:thread_21 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 30 static TX_THREAD thread_21; variable 383 status = tx_thread_create(&thread_21, "thread 21", thread_entry, 21, in test_application_define() 387 status += tx_thread_smp_core_exclude(&thread_21, 0x0); /* No exclusions! */ in test_application_define() 709 status = tx_thread_resume(&thread_21); in thread_0_entry() 714 … || (_tx_thread_execute_ptr[2] != &thread_21) || (_tx_thread_execute_ptr[3] != &thread_23)) in thread_0_entry() 728 … || (_tx_thread_execute_ptr[2] != &thread_21) || (_tx_thread_execute_ptr[3] != &thread_20)) in thread_0_entry() 742 … || (_tx_thread_execute_ptr[2] != &thread_21) || (_tx_thread_execute_ptr[3] != &thread_20)) in thread_0_entry() 1133 status = tx_thread_suspend(&thread_21); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 30 static TX_THREAD thread_21; variable 383 status = tx_thread_create(&thread_21, "thread 21", thread_entry, 21, in test_application_define() 387 status += tx_thread_smp_core_exclude(&thread_21, 0x0); /* No exclusions! */ in test_application_define() 830 status = tx_thread_resume(&thread_21); in thread_0_entry() 1216 … || (_tx_thread_execute_ptr[2] != &thread_20) || (_tx_thread_execute_ptr[3] != &thread_21)) in thread_0_entry() 1230 … || (_tx_thread_execute_ptr[2] != &thread_20) || (_tx_thread_execute_ptr[3] != &thread_21)) in thread_0_entry() 1244 … || (_tx_thread_execute_ptr[2] != &thread_23) || (_tx_thread_execute_ptr[3] != &thread_21)) in thread_0_entry() 1254 status = tx_thread_suspend(&thread_21); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 34 static TX_THREAD thread_21; variable 1065 {&thread_21},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 34 static TX_THREAD thread_21; variable 1065 {&thread_21},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 34 static TX_THREAD thread_21; variable 1065 {&thread_21},
|