Home | History | Annotate | Download | only in interface

Lines Matching defs:time

11 // System independant wrapper for polling elapsed time in ms and us.
13 // time domain.
26 #include <sys/time.h>
27 #include <time.h>
38 // Current time in the tick domain.
41 // Now in the time domain in ms.
44 // Now in the time domain in us.
114 TickTime time = lhs;
115 time._ticks += ticks;
116 return time;
145 // incorrect time estimations.
154 // Atomically update the last gotten time
181 // Get the timebase if this is the first time we run.
190 // Use timebase to convert absolute time tick units into nanoseconds.