Lines Matching defs:time
28 * - Creates N+1 threads with lower real time priorities.
32 * - The thread records the start time and the number of ticks in the run
59 #include <time.h>
64 #include <sys/time.h>
186 "-r time Run time (ms) to busy loop the threads (20)\n"
187 "-t time Sleep time (ms) between intervals (100)\n"
188 "-e time Max allowed error (microsecs)\n"
223 static void record_time(int id, unsigned long long time, unsigned long l)
229 time -= now;
233 rec.y = time;
301 unsigned long long time;
306 time = rt_gettime();
307 } while ((time - start_time) < RUN_INTERVAL);