Searched refs:thread_24 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 33 static TX_THREAD thread_24; variable 425 status = tx_thread_create(&thread_24, "thread 24", thread_entry, 24, in test_application_define() 429 status += tx_thread_smp_core_exclude(&thread_24, 0x0); /* No exclusions! */ in test_application_define() 667 status = tx_thread_resume(&thread_24); in thread_0_entry() 672 … || (_tx_thread_execute_ptr[2] != &thread_24) || (_tx_thread_execute_ptr[3] != &thread_26)) in thread_0_entry() 686 … || (_tx_thread_execute_ptr[2] != &thread_24) || (_tx_thread_execute_ptr[3] != &thread_23)) in thread_0_entry() 700 … || (_tx_thread_execute_ptr[2] != &thread_24) || (_tx_thread_execute_ptr[3] != &thread_23)) in thread_0_entry() 1094 status = tx_thread_suspend(&thread_24); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 33 static TX_THREAD thread_24; variable 425 status = tx_thread_create(&thread_24, "thread 24", thread_entry, 24, in test_application_define() 429 status += tx_thread_smp_core_exclude(&thread_24, 0x0); /* No exclusions! */ in test_application_define() 869 status = tx_thread_resume(&thread_24); in thread_0_entry() 1258 … || (_tx_thread_execute_ptr[2] != &thread_23) || (_tx_thread_execute_ptr[3] != &thread_24)) in thread_0_entry() 1272 … || (_tx_thread_execute_ptr[2] != &thread_23) || (_tx_thread_execute_ptr[3] != &thread_24)) in thread_0_entry() 1286 … || (_tx_thread_execute_ptr[2] != &thread_26) || (_tx_thread_execute_ptr[3] != &thread_24)) in thread_0_entry() 1296 status = tx_thread_suspend(&thread_24); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 37 static TX_THREAD thread_24; variable 1068 {&thread_24},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 37 static TX_THREAD thread_24; variable 1068 {&thread_24},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 37 static TX_THREAD thread_24; variable 1068 {&thread_24},
|