Lines Matching refs:ts
777 struct timeval ts;
778 ts.tv_sec = 0;
779 ts.tv_usec = 0;
893 struct timespec ts;
894 (void)clock_gettime(CLOCK_MONOTONIC, &ts);
927 struct timespec ts;
928 (void)clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
973 struct timespec ts;
974 (void)clock_gettime(CLOCK_MONOTONIC, &ts);
1020 struct timespec ts;
1021 if (0 == clock_gettime(CLOCK_MONOTONIC, &ts))