Searched refs:thread_12 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 21 static TX_THREAD thread_12; variable 257 status = tx_thread_create(&thread_12, "thread 12", thread_entry, 12, in test_application_define() 261 status += tx_thread_smp_core_exclude(&thread_12, 0x0); /* No exclusions! */ in test_application_define() 835 status = tx_thread_resume(&thread_12); in thread_0_entry() 840 … || (_tx_thread_execute_ptr[2] != &thread_12) || (_tx_thread_execute_ptr[3] != &thread_14)) 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() 1250 status = tx_thread_suspend(&thread_12); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 21 static TX_THREAD thread_12; variable 257 status = tx_thread_create(&thread_12, "thread 12", thread_entry, 12, in test_application_define() 261 status += tx_thread_smp_core_exclude(&thread_12, 0x0); /* No exclusions! */ in test_application_define() 713 status = tx_thread_resume(&thread_12); 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() 1118 … || (_tx_thread_execute_ptr[2] != &thread_14) || (_tx_thread_execute_ptr[3] != &thread_12)) in thread_0_entry() 1128 status = tx_thread_suspend(&thread_12); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 25 static TX_THREAD thread_12; variable 1056 {&thread_12},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 25 static TX_THREAD thread_12; variable 1056 {&thread_12},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 25 static TX_THREAD thread_12; variable 1056 {&thread_12},
|