Searched refs:thread_14 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 23 static TX_THREAD thread_14; variable 285 status = tx_thread_create(&thread_14, "thread 14", thread_entry, 14, in test_application_define() 289 status += tx_thread_smp_core_exclude(&thread_14, 0x0); /* No exclusions! */ in test_application_define() 807 status = tx_thread_resume(&thread_14); in thread_0_entry() 812 … || (_tx_thread_execute_ptr[2] != &thread_15) || (_tx_thread_execute_ptr[3] != &thread_14)) in thread_0_entry() 826 … || (_tx_thread_execute_ptr[2] != &thread_15) || (_tx_thread_execute_ptr[3] != &thread_14)) in thread_0_entry() 840 … || (_tx_thread_execute_ptr[2] != &thread_12) || (_tx_thread_execute_ptr[3] != &thread_14)) in thread_0_entry() 1224 status = tx_thread_suspend(&thread_14); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 23 static TX_THREAD thread_14; variable 285 status = tx_thread_create(&thread_14, "thread 14", thread_entry, 14, in test_application_define() 289 status += tx_thread_smp_core_exclude(&thread_14, 0x0); /* No exclusions! */ in test_application_define() 739 status = tx_thread_resume(&thread_14); in thread_0_entry() 1118 … || (_tx_thread_execute_ptr[2] != &thread_14) || (_tx_thread_execute_ptr[3] != &thread_12)) in thread_0_entry() 1132 … || (_tx_thread_execute_ptr[2] != &thread_14) || (_tx_thread_execute_ptr[3] != &thread_15)) in thread_0_entry() 1146 … || (_tx_thread_execute_ptr[2] != &thread_14) || (_tx_thread_execute_ptr[3] != &thread_15)) in thread_0_entry() 1156 status = tx_thread_suspend(&thread_14); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 27 static TX_THREAD thread_14; variable 1058 {&thread_14},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 27 static TX_THREAD thread_14; variable 1058 {&thread_14},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 27 static TX_THREAD thread_14; variable 1058 {&thread_14},
|