Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_relinquish_test.c7 static TX_THREAD thread_31a; variable
82 status = tx_thread_create(&thread_31a, "thread 31a", thread_31a_entry, 0, in test_application_define()
86 status += tx_thread_smp_core_exclude(&thread_31a, 0); /* Any core. */ in test_application_define()
234 status = tx_thread_resume(&thread_31a); in thread_0_entry()
Dthreadx_smp_time_slice_test.c7 static TX_THREAD thread_31a; variable
82 status = tx_thread_create(&thread_31a, "thread 31a", thread_31a_entry, 0, in test_application_define()
86 status += tx_thread_smp_core_exclude(&thread_31a, 0); /* Any core. */ in test_application_define()
237 status = tx_thread_resume(&thread_31a); in thread_0_entry()