Searched refs:thread_20 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 29 static TX_THREAD thread_20; variable 369 status = tx_thread_create(&thread_20, "thread 20", thread_entry, 20, in test_application_define() 373 status += tx_thread_smp_core_exclude(&thread_20, 0x0); /* No exclusions! */ in test_application_define() 723 status = tx_thread_resume(&thread_20); 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() 756 … || (_tx_thread_execute_ptr[2] != &thread_18) || (_tx_thread_execute_ptr[3] != &thread_20)) in thread_0_entry() 1146 status = tx_thread_suspend(&thread_20); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 29 static TX_THREAD thread_20; variable 369 status = tx_thread_create(&thread_20, "thread 20", thread_entry, 20, in test_application_define() 373 status += tx_thread_smp_core_exclude(&thread_20, 0x0); /* No exclusions! */ in test_application_define() 817 status = tx_thread_resume(&thread_20); in thread_0_entry() 1202 … || (_tx_thread_execute_ptr[2] != &thread_20) || (_tx_thread_execute_ptr[3] != &thread_18)) 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() 1240 status = tx_thread_suspend(&thread_20); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 33 static TX_THREAD thread_20; variable 1064 {&thread_20},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 33 static TX_THREAD thread_20; variable 1064 {&thread_20},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 33 static TX_THREAD thread_20; variable 1064 {&thread_20},
|