Searched refs:thread_31d (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_smp_relinquish_test.c | 10 static TX_THREAD thread_31d; variable 126 status = tx_thread_create(&thread_31d, "thread 31d", thread_31d_entry, 0, in test_application_define() 130 status += tx_thread_smp_core_exclude(&thread_31d, 0); /* Any core. */ in test_application_define() 237 status += tx_thread_resume(&thread_31d); in thread_0_entry()
|
| D | threadx_smp_time_slice_test.c | 10 static TX_THREAD thread_31d; variable 126 status = tx_thread_create(&thread_31d, "thread 31d", thread_31d_entry, 0, in test_application_define() 130 status += tx_thread_smp_core_exclude(&thread_31d, 0); /* Any core. */ in test_application_define() 240 status += tx_thread_resume(&thread_31d); in thread_0_entry()
|