Searched refs:thread_9 (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_thread_relinquish_test.c | 36 static TX_THREAD thread_9; variable 202 status = tx_thread_create(&thread_9, "thread 9", thread_9_entry, 9, in test_application_define() 327 status += tx_thread_smp_core_exclude(&thread_9, 0); in thread_3_entry() 336 status += tx_thread_resume(&thread_9); in thread_3_entry()
|
| D | threadx_smp_resume_suspend_decending_order_test.c | 18 static TX_THREAD thread_9; variable 215 status = tx_thread_create(&thread_9, "thread 9", thread_entry, 9, in test_application_define() 219 status += tx_thread_smp_core_exclude(&thread_9, 0x0); /* No exclusions! */ in test_application_define() 877 status = tx_thread_resume(&thread_9); in thread_0_entry() 882 … || (_tx_thread_execute_ptr[2] != &thread_9) || (_tx_thread_execute_ptr[3] != &thread_11)) in thread_0_entry() 896 … || (_tx_thread_execute_ptr[2] != &thread_9) || (_tx_thread_execute_ptr[3] != &thread_8)) in thread_0_entry() 910 … || (_tx_thread_execute_ptr[2] != &thread_9) || (_tx_thread_execute_ptr[3] != &thread_8)) in thread_0_entry() 1289 status = tx_thread_suspend(&thread_9); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 18 static TX_THREAD thread_9; variable 215 status = tx_thread_create(&thread_9, "thread 9", thread_entry, 9, in test_application_define() 219 status += tx_thread_smp_core_exclude(&thread_9, 0x0); /* No exclusions! */ in test_application_define() 674 status = tx_thread_resume(&thread_9); in thread_0_entry() 1048 … || (_tx_thread_execute_ptr[2] != &thread_8) || (_tx_thread_execute_ptr[3] != &thread_9)) in thread_0_entry() 1062 … || (_tx_thread_execute_ptr[2] != &thread_8) || (_tx_thread_execute_ptr[3] != &thread_9)) in thread_0_entry() 1076 … || (_tx_thread_execute_ptr[2] != &thread_11) || (_tx_thread_execute_ptr[3] != &thread_9)) in thread_0_entry() 1086 status = tx_thread_suspend(&thread_9); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 22 static TX_THREAD thread_9; variable 1053 {&thread_9},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 22 static TX_THREAD thread_9; variable 1053 {&thread_9},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 22 static TX_THREAD thread_9; variable 1053 {&thread_9},
|