Searched refs:thread_23 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 32 static TX_THREAD thread_23; variable 411 status = tx_thread_create(&thread_23, "thread 23", thread_entry, 23, in test_application_define() 415 status += tx_thread_smp_core_exclude(&thread_23, 0x0); /* No exclusions! */ in test_application_define() 681 status = tx_thread_resume(&thread_23); in thread_0_entry() 686 … || (_tx_thread_execute_ptr[2] != &thread_24) || (_tx_thread_execute_ptr[3] != &thread_23)) in thread_0_entry() 700 … || (_tx_thread_execute_ptr[2] != &thread_24) || (_tx_thread_execute_ptr[3] != &thread_23)) in thread_0_entry() 714 … || (_tx_thread_execute_ptr[2] != &thread_21) || (_tx_thread_execute_ptr[3] != &thread_23)) in thread_0_entry() 1107 status = tx_thread_suspend(&thread_23); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 32 static TX_THREAD thread_23; variable 411 status = tx_thread_create(&thread_23, "thread 23", thread_entry, 23, in test_application_define() 415 status += tx_thread_smp_core_exclude(&thread_23, 0x0); /* No exclusions! */ in test_application_define() 856 status = tx_thread_resume(&thread_23); in thread_0_entry() 1244 … || (_tx_thread_execute_ptr[2] != &thread_23) || (_tx_thread_execute_ptr[3] != &thread_21)) in thread_0_entry() 1258 … || (_tx_thread_execute_ptr[2] != &thread_23) || (_tx_thread_execute_ptr[3] != &thread_24)) in thread_0_entry() 1272 … || (_tx_thread_execute_ptr[2] != &thread_23) || (_tx_thread_execute_ptr[3] != &thread_24)) in thread_0_entry() 1282 status = tx_thread_suspend(&thread_23); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 36 static TX_THREAD thread_23; variable 1067 {&thread_23},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 36 static TX_THREAD thread_23; variable 1067 {&thread_23},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 36 static TX_THREAD thread_23; variable 1067 {&thread_23},
|