Searched refs:repeat_times (Results 1 – 4 of 4) sorted by relevance
66 INT repeat_times; member146 INT repeat_times; in run_case() local162 repeat_times = test->repeat_times; in run_case()164 while(repeat_times) in run_case()166 if((repeat_times == 1) && (next_test->event_type == 0)) in run_case()190 repeat_times--; in run_case()
74 INT repeat_times; member201 INT repeat_times; in run_case() local216 repeat_times = test->repeat_times; in run_case()218 while(repeat_times) in run_case()220 if((repeat_times == 1) && ((test + 1)->event_type == 0)) in run_case()245 repeat_times--; in run_case()
68 INT repeat_times; member113 int repeat_times; in control_thread_entry() local184 repeat_times = test->repeat_times; in control_thread_entry()197 while(repeat_times) in control_thread_entry()203 repeat_times--; in control_thread_entry()
68 INT repeat_times; member217 repeat = test->repeat_times; in control_thread_entry()