Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_relinquish_test.c13 static TX_THREAD thread_31g; variable
169 status = tx_thread_create(&thread_31g, "thread 31g", thread_31g_entry, 0, in test_application_define()
173 status += tx_thread_smp_core_exclude(&thread_31g, 0); /* Any core. */ in test_application_define()
240 status += tx_thread_resume(&thread_31g); in thread_0_entry()
Dthreadx_smp_time_slice_test.c13 static TX_THREAD thread_31g; variable
169 status = tx_thread_create(&thread_31g, "thread 31g", thread_31g_entry, 0, in test_application_define()
173 status += tx_thread_smp_core_exclude(&thread_31g, 0); /* Any core. */ in test_application_define()
243 status += tx_thread_resume(&thread_31g); in thread_0_entry()