Home | History | Annotate | Download | only in ulinux

Lines Matching defs:ts_now

111     struct timespec ts_now;
112 clock_gettime(CLOCK_BOOTTIME, &ts_now);
113 return ((UINT64)ts_now.tv_sec * USEC_PER_SEC) + ((UINT64)ts_now.tv_nsec / NSEC_PER_USEC);