Searched refs:thread_25 (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_smp_preemption_threshold_test.c | 16 static TX_THREAD thread_25; variable 165 status = tx_thread_create(&thread_25, "thread 25", thread_entry, 7, in test_application_define() 169 status += tx_thread_smp_core_exclude(&thread_25, 0); /* Any core! */ in test_application_define() 307 status = tx_thread_resume(&thread_25); in thread_0_entry() 424 … || (_tx_thread_execute_ptr[2] != &thread_1) || (_tx_thread_execute_ptr[3] != &thread_25)) in thread_0_entry() 433 status = tx_thread_suspend(&thread_25); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 34 static TX_THREAD thread_25; variable 439 status = tx_thread_create(&thread_25, "thread 25", thread_entry, 25, in test_application_define() 443 status += tx_thread_smp_core_exclude(&thread_25, 0x0); /* No exclusions! */ in test_application_define() 882 status = tx_thread_resume(&thread_25); in thread_0_entry() 1271 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_25) in thread_0_entry() 1285 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_25) in thread_0_entry() 1299 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_25) in thread_0_entry() 1310 status = tx_thread_suspend(&thread_25); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_decending_order_test.c | 34 static TX_THREAD thread_25; variable 439 status = tx_thread_create(&thread_25, "thread 25", thread_entry, 25, in test_application_define() 443 status += tx_thread_smp_core_exclude(&thread_25, 0x0); /* No exclusions! */ in test_application_define() 653 status = tx_thread_resume(&thread_25); in thread_0_entry() 657 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_25) in thread_0_entry() 671 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_25) in thread_0_entry() 685 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_25) in thread_0_entry() 1081 status = tx_thread_suspend(&thread_25); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 38 static TX_THREAD thread_25; variable 1069 {&thread_25},
|
| D | threadx_smp_random_resume_suspend_test.c | 38 static TX_THREAD thread_25; variable 1069 {&thread_25},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 38 static TX_THREAD thread_25; variable 1069 {&thread_25},
|