Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_relinquish_test.c11 static TX_THREAD thread_31e; variable
140 status = tx_thread_create(&thread_31e, "thread 31e", thread_31e_entry, 0, in test_application_define()
144 status += tx_thread_smp_core_exclude(&thread_31e, 0); /* Any core. */ in test_application_define()
238 status += tx_thread_resume(&thread_31e); in thread_0_entry()
Dthreadx_smp_time_slice_test.c11 static TX_THREAD thread_31e; variable
140 status = tx_thread_create(&thread_31e, "thread 31e", thread_31e_entry, 0, in test_application_define()
144 status += tx_thread_smp_core_exclude(&thread_31e, 0); /* Any core. */ in test_application_define()
241 status += tx_thread_resume(&thread_31e); in thread_0_entry()