Home | History | Annotate | Download | only in source

Lines Matching refs:time

18 #include <sys/time.h>
55 // Set start time to zero
208 bool EventLinux::StartTimer(bool periodic, unsigned long time)
218 _time = time;
231 _time = time;
267 unsigned long long time = _time * ++_count;
268 tEnd.tv_sec = _tCreate.tv_sec + time/1000;
269 tEnd.tv_nsec = _tCreate.tv_nsec + (time - (time/1000)*1000)*E6;
319 // Set time to zero to force new reference time for the timer.