Lines Matching defs:ts
981 struct timespec ts;983 clock_gettime(CLOCK_MONOTONIC, &ts);984 //LOGV("Time %lld", (int64_t)ts.tv_sec * 1000000000 + ts.tv_nsec);985 return (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;