Searched refs:num_times (Results 1 - 1 of 1) sorted by relevance

/external/lldb/test/expression_command/timeout/
H A Dwait-a-while.c9 int num_times = 0; local
18 num_times++;
29 return num_times;
36 int num_times = wait_a_while (argc * 1000); local
37 printf ("Done, took %d times.\n", num_times);

Completed in 116 milliseconds