Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_smp_preemption_threshold_test.c17 static TX_THREAD thread_27_pt24; variable
179 status = tx_thread_create(&thread_27_pt24, "thread 27 PT24", thread_entry, 8, in test_application_define()
183 status += tx_thread_smp_core_exclude(&thread_27_pt24, 0); /* Any core! */ in test_application_define()
256 status = tx_thread_resume(&thread_27_pt24); in thread_0_entry()
259 …CESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_27_pt24) in thread_0_entry()
409 … || (_tx_thread_execute_ptr[2] != &thread_1) || (_tx_thread_execute_ptr[3] != &thread_27_pt24)) in thread_0_entry()
418 status = tx_thread_suspend(&thread_27_pt24); in thread_0_entry()