Lines Matching defs:ts
231 struct timespec ts;232 if (clock_gettime(CLOCK_MONOTONIC, &ts))234 dump_last_timestamp_ns_ = ts.tv_sec * 1000 * 1000 * 1000 + ts.tv_nsec;1081 struct timespec ts;1082 int ret = clock_gettime(CLOCK_MONOTONIC, &ts);1087 uint64_t cur_ts = ts.tv_sec * 1000 * 1000 * 1000 + ts.tv_nsec;