Home
last modified time | relevance | path

Searched refs:thread_31h (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_relinquish_test.c14 static TX_THREAD thread_31h; variable
183 status = tx_thread_create(&thread_31h, "thread 31h", thread_31h_entry, 0, in test_application_define()
187 status += tx_thread_smp_core_exclude(&thread_31h, 0); /* Any core. */ in test_application_define()
241 status += tx_thread_resume(&thread_31h); in thread_0_entry()
Dthreadx_smp_time_slice_test.c14 static TX_THREAD thread_31h; variable
186 status = tx_thread_create(&thread_31h, "thread 31h", thread_31h_entry, 0, in test_application_define()
190 status += tx_thread_smp_core_exclude(&thread_31h, 0); /* Any core. */ in test_application_define()
244 status += tx_thread_resume(&thread_31h); in thread_0_entry()