Searched refs:thread_11 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 20 static TX_THREAD thread_11; variable 243 status = tx_thread_create(&thread_11, "thread 11", thread_entry, 11, in test_application_define() 247 status += tx_thread_smp_core_exclude(&thread_11, 0x0); /* No exclusions! */ in test_application_define() 849 status = tx_thread_resume(&thread_11); in thread_0_entry() 854 … || (_tx_thread_execute_ptr[2] != &thread_12) || (_tx_thread_execute_ptr[3] != &thread_11)) in thread_0_entry() 868 … || (_tx_thread_execute_ptr[2] != &thread_12) || (_tx_thread_execute_ptr[3] != &thread_11)) in thread_0_entry() 882 … || (_tx_thread_execute_ptr[2] != &thread_9) || (_tx_thread_execute_ptr[3] != &thread_11)) in thread_0_entry() 1263 status = tx_thread_suspend(&thread_11); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 20 static TX_THREAD thread_11; variable 243 status = tx_thread_create(&thread_11, "thread 11", thread_entry, 11, in test_application_define() 247 status += tx_thread_smp_core_exclude(&thread_11, 0x0); /* No exclusions! */ in test_application_define() 700 status = tx_thread_resume(&thread_11); in thread_0_entry() 1076 … || (_tx_thread_execute_ptr[2] != &thread_11) || (_tx_thread_execute_ptr[3] != &thread_9)) in thread_0_entry() 1090 … || (_tx_thread_execute_ptr[2] != &thread_11) || (_tx_thread_execute_ptr[3] != &thread_12)) in thread_0_entry() 1104 … || (_tx_thread_execute_ptr[2] != &thread_11) || (_tx_thread_execute_ptr[3] != &thread_12)) in thread_0_entry() 1114 status = tx_thread_suspend(&thread_11); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 24 static TX_THREAD thread_11; variable 1055 {&thread_11},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 24 static TX_THREAD thread_11; variable 1055 {&thread_11},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 24 static TX_THREAD thread_11; variable 1055 {&thread_11},
|