Searched refs:thread_29 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 38 static TX_THREAD thread_29; variable 495 status = tx_thread_create(&thread_29, "thread 29", thread_entry, 29, in test_application_define() 499 status += tx_thread_smp_core_exclude(&thread_29, 0x0); /* No exclusions! */ in test_application_define() 597 status = tx_thread_resume(&thread_29); in thread_0_entry() 602 … || (_tx_thread_execute_ptr[2] != &thread_30) || (_tx_thread_execute_ptr[3] != &thread_29)) in thread_0_entry() 616 … || (_tx_thread_execute_ptr[2] != &thread_30) || (_tx_thread_execute_ptr[3] != &thread_29)) in thread_0_entry() 630 … || (_tx_thread_execute_ptr[2] != &thread_27) || (_tx_thread_execute_ptr[3] != &thread_29)) in thread_0_entry() 1029 status = tx_thread_suspend(&thread_29); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 38 static TX_THREAD thread_29; variable 495 status = tx_thread_create(&thread_29, "thread 29", thread_entry, 29, in test_application_define() 499 status += tx_thread_smp_core_exclude(&thread_29, 0x0); /* No exclusions! */ in test_application_define() 934 status = tx_thread_resume(&thread_29); in thread_0_entry() 1328 … || (_tx_thread_execute_ptr[2] != &thread_29) || (_tx_thread_execute_ptr[3] != &thread_27)) in thread_0_entry() 1342 … || (_tx_thread_execute_ptr[2] != &thread_29) || (_tx_thread_execute_ptr[3] != &thread_30)) in thread_0_entry() 1356 … || (_tx_thread_execute_ptr[2] != &thread_29) || (_tx_thread_execute_ptr[3] != &thread_30)) in thread_0_entry() 1366 status = tx_thread_suspend(&thread_29); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 42 static TX_THREAD thread_29; variable 1073 {&thread_29},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 42 static TX_THREAD thread_29; variable 1073 {&thread_29},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 42 static TX_THREAD thread_29; variable 1073 {&thread_29},
|