Lines Matching defs:ts
939 struct timespec ts;940 clock_gettime(CLOCK_MONOTONIC, &ts);941 return ts.tv_sec * 1000 + ts.tv_nsec / 1000000;