Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_relinquish_test.c12 static TX_THREAD thread_31f; variable
154 status = tx_thread_create(&thread_31f, "thread 31f", thread_31f_entry, 0, in test_application_define()
158 status += tx_thread_smp_core_exclude(&thread_31f, 0); /* Any core. */ in test_application_define()
239 status += tx_thread_resume(&thread_31f); in thread_0_entry()
Dthreadx_smp_time_slice_test.c12 static TX_THREAD thread_31f; variable
154 status = tx_thread_create(&thread_31f, "thread 31f", thread_31f_entry, 0, in test_application_define()
158 status += tx_thread_smp_core_exclude(&thread_31f, 0); /* Any core. */ in test_application_define()
242 status += tx_thread_resume(&thread_31f); in thread_0_entry()