Searched refs:thread_8 (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_thread_relinquish_test.c | 33 static TX_THREAD thread_8; variable 188 status = tx_thread_create(&thread_8, "thread 8", thread_8_entry, 8, in test_application_define() 326 status += tx_thread_smp_core_exclude(&thread_8, 0); in thread_3_entry() 335 status += tx_thread_resume(&thread_8); in thread_3_entry()
|
| D | threadx_smp_resume_suspend_decending_order_test.c | 17 static TX_THREAD thread_8; variable 201 status = tx_thread_create(&thread_8, "thread 8", thread_entry, 8, in test_application_define() 205 status += tx_thread_smp_core_exclude(&thread_8, 0x0); /* No exclusions! */ in test_application_define() 891 status = tx_thread_resume(&thread_8); 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() 924 … || (_tx_thread_execute_ptr[2] != &thread_6) || (_tx_thread_execute_ptr[3] != &thread_8)) in thread_0_entry() 1302 status = tx_thread_suspend(&thread_8); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 17 static TX_THREAD thread_8; variable 201 status = tx_thread_create(&thread_8, "thread 8", thread_entry, 8, in test_application_define() 205 status += tx_thread_smp_core_exclude(&thread_8, 0x0); /* No exclusions! */ in test_application_define() 661 status = tx_thread_resume(&thread_8); in thread_0_entry() 1034 … || (_tx_thread_execute_ptr[2] != &thread_8) || (_tx_thread_execute_ptr[3] != &thread_6)) 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() 1072 status = tx_thread_suspend(&thread_8); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 21 static TX_THREAD thread_8; variable 1052 {&thread_8},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 21 static TX_THREAD thread_8; variable 1052 {&thread_8},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 21 static TX_THREAD thread_8; variable 1052 {&thread_8},
|