Searched refs:thread_31b (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_smp_relinquish_test.c | 8 static TX_THREAD thread_31b; variable 96 status = tx_thread_create(&thread_31b, "thread 31b", thread_31b_entry, 0, in test_application_define() 100 status += tx_thread_smp_core_exclude(&thread_31b, 0); /* Any core. */ in test_application_define() 235 status += tx_thread_resume(&thread_31b); in thread_0_entry()
|
| D | threadx_smp_time_slice_test.c | 8 static TX_THREAD thread_31b; variable 96 status = tx_thread_create(&thread_31b, "thread 31b", thread_31b_entry, 0, in test_application_define() 100 status += tx_thread_smp_core_exclude(&thread_31b, 0); /* Any core. */ in test_application_define() 238 status += tx_thread_resume(&thread_31b); in thread_0_entry()
|