Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_sleep_for_100ticks_test.c36 static ULONG max_loop_count; variable
101 if (loop_count > max_loop_count) in test_isr()
102 max_loop_count = loop_count; in test_isr()
108 if (upper_bound > max_loop_count) in test_isr()
109 lower_bound = max_loop_count; in test_isr()
219 max_loop_count = 0; in test_application_define()
301 upper_bound = max_loop_count + 5; in thread_0_entry()
305 upper_bound = max_loop_count; in thread_0_entry()
341 if (upper_bound < max_loop_count) in thread_0_entry()
361 printf("maximum: %lu\n", max_loop_count); in thread_0_entry()
[all …]
Dthreadx_thread_delayed_suspension_test.c52 static ULONG max_loop_count; variable
99 if (loop_count > max_loop_count) in test_isr()
100 max_loop_count = loop_count; in test_isr()
106 if (upper_bound > max_loop_count) in test_isr()
107 lower_bound = max_loop_count; in test_isr()
210 max_loop_count = 0; in test_application_define()
351 upper_bound = max_loop_count + 5; in thread_2_entry()
380 if (upper_bound < max_loop_count) in thread_2_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_sleep_for_100ticks_test.c36 static ULONG max_loop_count; variable
101 if (loop_count > max_loop_count) in test_isr()
102 max_loop_count = loop_count; in test_isr()
108 if (upper_bound > max_loop_count) in test_isr()
109 lower_bound = max_loop_count; in test_isr()
219 max_loop_count = 0; in test_application_define()
301 upper_bound = max_loop_count + 5; in thread_0_entry()
305 upper_bound = max_loop_count; in thread_0_entry()
341 if (upper_bound < max_loop_count) in thread_0_entry()
361 printf("maximum: %lu\n", max_loop_count); in thread_0_entry()
[all …]
Dthreadx_thread_delayed_suspension_test.c52 static ULONG max_loop_count; variable
99 if (loop_count > max_loop_count) in test_isr()
100 max_loop_count = loop_count; in test_isr()
106 if (upper_bound > max_loop_count) in test_isr()
107 lower_bound = max_loop_count; in test_isr()
210 max_loop_count = 0; in test_application_define()
351 upper_bound = max_loop_count + 5; in thread_2_entry()
380 if (upper_bound < max_loop_count) in thread_2_entry()