Searched refs:thread_13 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 22 static TX_THREAD thread_13; variable 271 status = tx_thread_create(&thread_13, "thread 13", thread_entry, 13, in test_application_define() 275 status += tx_thread_smp_core_exclude(&thread_13, 0x0); /* No exclusions! */ in test_application_define() 821 status = tx_thread_resume(&thread_13); in thread_0_entry() 825 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_13) in thread_0_entry() 839 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_13) in thread_0_entry() 853 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_13) in thread_0_entry() 1237 status = tx_thread_suspend(&thread_13); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 22 static TX_THREAD thread_13; variable 271 status = tx_thread_create(&thread_13, "thread 13", thread_entry, 13, in test_application_define() 275 status += tx_thread_smp_core_exclude(&thread_13, 0x0); /* No exclusions! */ in test_application_define() 726 status = tx_thread_resume(&thread_13); in thread_0_entry() 1103 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_13) in thread_0_entry() 1117 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_13) in thread_0_entry() 1131 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_13) in thread_0_entry() 1142 status = tx_thread_suspend(&thread_13); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 26 static TX_THREAD thread_13; variable 1057 {&thread_13},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 26 static TX_THREAD thread_13; variable 1057 {&thread_13},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 26 static TX_THREAD thread_13; variable 1057 {&thread_13},
|