Searched refs:thread_31 (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_smp_preemption_threshold_test.c | 18 static TX_THREAD thread_31; variable 193 status = tx_thread_create(&thread_31, "thread 31", thread_entry, 9, in test_application_define() 197 status += tx_thread_smp_core_exclude(&thread_31, 0); /* Any core! */ in test_application_define() 243 status = tx_thread_resume(&thread_31); in thread_0_entry() 246 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_31) in thread_0_entry() 439 … || (_tx_thread_execute_ptr[2] != &thread_1) || (_tx_thread_execute_ptr[3] != &thread_31)) in thread_0_entry() 452 … || (_tx_thread_execute_ptr[2] != &thread_1) || (_tx_thread_execute_ptr[3] != &thread_31)) in thread_0_entry() 465 … || (_tx_thread_execute_ptr[2] != &thread_1) || (_tx_thread_execute_ptr[3] != &thread_31)) in thread_0_entry() 474 status = tx_thread_suspend(&thread_31); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_accending_order_test.c | 40 static TX_THREAD thread_31; variable 523 status = tx_thread_create(&thread_31, "thread 31", thread_entry, 31, in test_application_define() 527 status += tx_thread_smp_core_exclude(&thread_31, 0x0); /* No exclusions! */ in test_application_define() 960 status = tx_thread_resume(&thread_31); in thread_0_entry() 1355 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_31) in thread_0_entry() 1369 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_31) in thread_0_entry() 1383 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_31) in thread_0_entry() 1394 status = tx_thread_suspend(&thread_31); in thread_0_entry()
|
| D | threadx_smp_resume_suspend_decending_order_test.c | 40 static TX_THREAD thread_31; variable 523 status = tx_thread_create(&thread_31, "thread 31", thread_entry, 31, in test_application_define() 527 status += tx_thread_smp_core_exclude(&thread_31, 0x0); /* No exclusions! */ in test_application_define() 570 status = tx_thread_resume(&thread_31); in thread_0_entry() 573 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_31) in thread_0_entry() 587 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_31) in thread_0_entry() 601 …X_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_31) in thread_0_entry() 1003 status = tx_thread_suspend(&thread_31); in thread_0_entry()
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 44 static TX_THREAD thread_31; variable 1075 {&thread_31},
|
| D | threadx_smp_random_resume_suspend_test.c | 44 static TX_THREAD thread_31; variable 1075 {&thread_31},
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 44 static TX_THREAD thread_31; variable 1075 {&thread_31},
|