Searched refs:thread_19 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 28 static TX_THREAD thread_19; variable 355 status = tx_thread_create(&thread_19, "thread 19", thread_entry, 19, in test_application_define() 359 status += tx_thread_smp_core_exclude(&thread_19, 0x0); /* No exclusions! */ in test_application_define() 737 status = tx_thread_resume(&thread_19); in thread_0_entry() 741 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_19) in thread_0_entry() 755 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_19) in thread_0_entry() 769 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_19) in thread_0_entry() 1159 status = tx_thread_suspend(&thread_19); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 28 static TX_THREAD thread_19; variable 355 status = tx_thread_create(&thread_19, "thread 19", thread_entry, 19, in test_application_define() 359 status += tx_thread_smp_core_exclude(&thread_19, 0x0); /* No exclusions! */ in test_application_define() 804 status = tx_thread_resume(&thread_19); in thread_0_entry() 1187 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_19) in thread_0_entry() 1201 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_19) in thread_0_entry() 1215 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_19) in thread_0_entry() 1226 status = tx_thread_suspend(&thread_19); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 32 static TX_THREAD thread_19; variable 1063 {&thread_19},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 32 static TX_THREAD thread_19; variable 1063 {&thread_19},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 32 static TX_THREAD thread_19; variable 1063 {&thread_19},
|