Searched refs:thread_30 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 39 static TX_THREAD thread_30; variable 509 status = tx_thread_create(&thread_30, "thread 30", thread_entry, 30, in test_application_define() 513 status += tx_thread_smp_core_exclude(&thread_30, 0x0); /* No exclusions! */ in test_application_define() 583 status = tx_thread_resume(&thread_30); in thread_0_entry() 588 … || (_tx_thread_execute_ptr[2] != &thread_30) || (_tx_thread_execute_ptr[3] != TX_NULL)) 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() 1016 status = tx_thread_suspend(&thread_30); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 39 static TX_THREAD thread_30; variable 509 status = tx_thread_create(&thread_30, "thread 30", thread_entry, 30, in test_application_define() 513 status += tx_thread_smp_core_exclude(&thread_30, 0x0); /* No exclusions! */ in test_application_define() 947 status = tx_thread_resume(&thread_30); 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() 1370 … || (_tx_thread_execute_ptr[2] != TX_NULL) || (_tx_thread_execute_ptr[3] != &thread_30)) in thread_0_entry() 1380 status = tx_thread_suspend(&thread_30); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 43 static TX_THREAD thread_30; variable 1074 {&thread_30},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 43 static TX_THREAD thread_30; variable 1074 {&thread_30},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 43 static TX_THREAD thread_30; variable 1074 {&thread_30},
|