Searched refs:thread_10 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 19 static TX_THREAD thread_10; variable 229 status = tx_thread_create(&thread_10, "thread 10", thread_entry, 10, in test_application_define() 233 status += tx_thread_smp_core_exclude(&thread_10, 0x0); /* No exclusions! */ in test_application_define() 863 status = tx_thread_resume(&thread_10); in thread_0_entry() 867 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_10) in thread_0_entry() 881 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_10) in thread_0_entry() 895 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_10) in thread_0_entry() 1276 status = tx_thread_suspend(&thread_10); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 19 static TX_THREAD thread_10; variable 229 status = tx_thread_create(&thread_10, "thread 10", thread_entry, 10, in test_application_define() 233 status += tx_thread_smp_core_exclude(&thread_10, 0x0); /* No exclusions! */ in test_application_define() 687 status = tx_thread_resume(&thread_10); in thread_0_entry() 1061 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_10) in thread_0_entry() 1075 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_10) in thread_0_entry() 1089 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_10) in thread_0_entry() 1100 status = tx_thread_suspend(&thread_10); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 23 static TX_THREAD thread_10; variable 1054 {&thread_10},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 23 static TX_THREAD thread_10; variable 1054 {&thread_10},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 23 static TX_THREAD thread_10; variable 1054 {&thread_10},
|