Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_smp_preemption_threshold_test.c20 static ULONG thread_run_counter[10]; variable
41 while (thread_run_counter[i] == 0) in delay()
210 thread_run_counter[i] = 0; in test_application_define()
524 thread_run_counter[thread_input]++; in thread_entry()
532 thread_run_counter[thread_input]++; in thread_entry()
Dthreadx_smp_resume_suspend_decending_order_test.c42 static ULONG thread_run_counter[32]; variable
63 while (thread_run_counter[i] == 0) in delay()
540 thread_run_counter[i] = 0; in test_application_define()
1417 thread_run_counter[thread_input]++; in thread_entry()
1425 thread_run_counter[thread_input]++; in thread_entry()
Dthreadx_smp_resume_suspend_accending_order_test.c42 static ULONG thread_run_counter[32]; variable
63 while (thread_run_counter[i] == 0) in delay()
540 thread_run_counter[i] = 0; in test_application_define()
1418 thread_run_counter[thread_input]++; in thread_entry()
1426 thread_run_counter[thread_input]++; in thread_entry()