Searched refs:thread_15 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 24 static TX_THREAD thread_15; variable 299 status = tx_thread_create(&thread_15, "thread 15", thread_entry, 15, in test_application_define() 303 status += tx_thread_smp_core_exclude(&thread_15, 0x0); /* No exclusions! */ in test_application_define() 793 status = tx_thread_resume(&thread_15); in thread_0_entry() 798 … || (_tx_thread_execute_ptr[2] != &thread_15) || (_tx_thread_execute_ptr[3] != &thread_17)) 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() 1211 status = tx_thread_suspend(&thread_15); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 24 static TX_THREAD thread_15; variable 299 status = tx_thread_create(&thread_15, "thread 15", thread_entry, 15, in test_application_define() 303 status += tx_thread_smp_core_exclude(&thread_15, 0x0); /* No exclusions! */ in test_application_define() 752 status = tx_thread_resume(&thread_15); 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() 1160 … || (_tx_thread_execute_ptr[2] != &thread_17) || (_tx_thread_execute_ptr[3] != &thread_15)) in thread_0_entry() 1170 status = tx_thread_suspend(&thread_15); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 28 static TX_THREAD thread_15; variable 1059 {&thread_15},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 28 static TX_THREAD thread_15; variable 1059 {&thread_15},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 28 static TX_THREAD thread_15; variable 1059 {&thread_15},
|