Searched refs:thread_22 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 31 static TX_THREAD thread_22; variable 397 status = tx_thread_create(&thread_22, "thread 22", thread_entry, 22, in test_application_define() 401 status += tx_thread_smp_core_exclude(&thread_22, 0x0); /* No exclusions! */ in test_application_define() 695 status = tx_thread_resume(&thread_22); in thread_0_entry() 699 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_22) in thread_0_entry() 713 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_22) in thread_0_entry() 727 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_22) in thread_0_entry() 1120 status = tx_thread_suspend(&thread_22); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 31 static TX_THREAD thread_22; variable 397 status = tx_thread_create(&thread_22, "thread 22", thread_entry, 22, in test_application_define() 401 status += tx_thread_smp_core_exclude(&thread_22, 0x0); /* No exclusions! */ in test_application_define() 843 status = tx_thread_resume(&thread_22); in thread_0_entry() 1229 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_22) in thread_0_entry() 1243 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_22) in thread_0_entry() 1257 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_22) in thread_0_entry() 1268 status = tx_thread_suspend(&thread_22); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 35 static TX_THREAD thread_22; variable 1066 {&thread_22}, 2206 status += tx_thread_smp_core_exclude(&thread_22, 0); in control_thread_entry() 2210 status += tx_thread_resume(&thread_22); in control_thread_entry() 2224 (thread_22.tx_thread_run_count == 0)) in control_thread_entry() 2235 status += tx_thread_smp_core_exclude(&thread_22, 0); in control_thread_entry() 2243 thread_22.tx_thread_run_count = 0; in control_thread_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 35 static TX_THREAD thread_22; variable 1066 {&thread_22},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 35 static TX_THREAD thread_22; variable 1066 {&thread_22},
|