Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_smp_preemption_threshold_test.c15 static TX_THREAD thread_23_pt17; variable
151 status = tx_thread_create(&thread_23_pt17, "thread 23 PT17", thread_entry, 6, in test_application_define()
155 status += tx_thread_smp_core_exclude(&thread_23_pt17, 0); /* Any core! */ in test_application_define()
269 status = tx_thread_resume(&thread_23_pt17); in thread_0_entry()
272 …CESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_23_pt17) in thread_0_entry()
378 … || (_tx_thread_execute_ptr[2] != &thread_1) || (_tx_thread_execute_ptr[3] != &thread_23_pt17)) in thread_0_entry()
387 status = tx_thread_suspend(&thread_23_pt17); in thread_0_entry()