Searched refs:thread_26 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 35 static TX_THREAD thread_26; variable 453 status = tx_thread_create(&thread_26, "thread 26", thread_entry, 26, in test_application_define() 457 status += tx_thread_smp_core_exclude(&thread_26, 0x0); /* No exclusions! */ in test_application_define() 639 status = tx_thread_resume(&thread_26); in thread_0_entry() 644 … || (_tx_thread_execute_ptr[2] != &thread_27) || (_tx_thread_execute_ptr[3] != &thread_26)) in thread_0_entry() 658 … || (_tx_thread_execute_ptr[2] != &thread_27) || (_tx_thread_execute_ptr[3] != &thread_26)) in thread_0_entry() 672 … || (_tx_thread_execute_ptr[2] != &thread_24) || (_tx_thread_execute_ptr[3] != &thread_26)) in thread_0_entry() 1068 status = tx_thread_suspend(&thread_26); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 35 static TX_THREAD thread_26; variable 453 status = tx_thread_create(&thread_26, "thread 26", thread_entry, 26, in test_application_define() 457 status += tx_thread_smp_core_exclude(&thread_26, 0x0); /* No exclusions! */ in test_application_define() 895 status = tx_thread_resume(&thread_26); in thread_0_entry() 1286 … || (_tx_thread_execute_ptr[2] != &thread_26) || (_tx_thread_execute_ptr[3] != &thread_24)) in thread_0_entry() 1300 … || (_tx_thread_execute_ptr[2] != &thread_26) || (_tx_thread_execute_ptr[3] != &thread_27)) in thread_0_entry() 1314 … || (_tx_thread_execute_ptr[2] != &thread_26) || (_tx_thread_execute_ptr[3] != &thread_27)) in thread_0_entry() 1324 status = tx_thread_suspend(&thread_26); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 39 static TX_THREAD thread_26; variable 1070 {&thread_26},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 39 static TX_THREAD thread_26; variable 1070 {&thread_26},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 39 static TX_THREAD thread_26; variable 1070 {&thread_26},
|