Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_relinquish_test.c9 static TX_THREAD thread_31c; variable
111 status = tx_thread_create(&thread_31c, "thread 31c", thread_31c_entry, 0, in test_application_define()
115 status += tx_thread_smp_core_exclude(&thread_31c, 0); /* Any core. */ in test_application_define()
236 status += tx_thread_resume(&thread_31c); in thread_0_entry()
Dthreadx_smp_time_slice_test.c9 static TX_THREAD thread_31c; variable
111 status = tx_thread_create(&thread_31c, "thread 31c", thread_31c_entry, 0, in test_application_define()
115 status += tx_thread_smp_core_exclude(&thread_31c, 0); /* Any core. */ in test_application_define()
239 status += tx_thread_resume(&thread_31c); in thread_0_entry()