Searched refs:thread_28 (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_resume_suspend_decending_order_test.c | 37 static TX_THREAD thread_28; variable 481 status = tx_thread_create(&thread_28, "thread 28", thread_entry, 28, in test_application_define() 485 status += tx_thread_smp_core_exclude(&thread_28, 0x0); /* No exclusions! */ in test_application_define() 611 status = tx_thread_resume(&thread_28); in thread_0_entry() 615 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_28) in thread_0_entry() 629 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_28) in thread_0_entry() 643 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_28) in thread_0_entry() 1042 status = tx_thread_suspend(&thread_28); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 37 static TX_THREAD thread_28; variable 481 status = tx_thread_create(&thread_28, "thread 28", thread_entry, 28, in test_application_define() 485 status += tx_thread_smp_core_exclude(&thread_28, 0x0); /* No exclusions! */ in test_application_define() 921 status = tx_thread_resume(&thread_28); in thread_0_entry() 1313 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_28) in thread_0_entry() 1327 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_28) in thread_0_entry() 1341 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_28) in thread_0_entry() 1352 status = tx_thread_suspend(&thread_28); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_test.c | 41 static TX_THREAD thread_28; variable 1072 {&thread_28},
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 41 static TX_THREAD thread_28; variable 1072 {&thread_28},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 41 static TX_THREAD thread_28; variable 1072 {&thread_28},
|