Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_queue_full_suspension_test.c21 static unsigned long thread_2a_counter = 0; variable
214 if ((status != TX_SUCCESS) || (thread_1a_counter != 5) || (thread_2a_counter != 1)) in thread_0_entry()
367 thread_2a_counter++; in thread_2a_entry()
Dthreadx_thread_multi_level_preemption_threshold_test.c22 static unsigned long thread_2a_counter = 0; variable
614 if ((status != TX_SUCCESS) || (thread_1_counter != 0) || (thread_2a_counter != 1) || in thread_2_entry()
627 thread_2a_counter++; in thread_2a_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_queue_full_suspension_test.c21 static unsigned long thread_2a_counter = 0; variable
214 if ((status != TX_SUCCESS) || (thread_1a_counter != 5) || (thread_2a_counter != 1)) in thread_0_entry()
367 thread_2a_counter++; in thread_2a_entry()
Dthreadx_thread_multi_level_preemption_threshold_test.c22 static unsigned long thread_2a_counter = 0; variable
614 if ((status != TX_SUCCESS) || (thread_1_counter != 0) || (thread_2a_counter != 1) || in thread_2_entry()
627 thread_2a_counter++; in thread_2a_entry()