Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_smp_preemption_threshold_test.c13 static TX_THREAD thread_16_pt5; variable
123 status = tx_thread_create(&thread_16_pt5, "thread 16 PT5", thread_entry, 4, in test_application_define()
127 status += tx_thread_smp_core_exclude(&thread_16_pt5, 0); /* Any core! */ in test_application_define()
282 status = tx_thread_resume(&thread_16_pt5); in thread_0_entry()
285 …CCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16_pt5) in thread_0_entry()
297 …CCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16_pt5) in thread_0_entry()
309 …CCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16_pt5) in thread_0_entry()
321 …CCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16_pt5) in thread_0_entry()
333 …CCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16_pt5) in thread_0_entry()
345 …CCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_16_pt5) in thread_0_entry()
[all …]