Home | History | Annotate | Download | only in spdy2http

Lines Matching defs:ts

1234     struct timespec ts;
1236 if (0 == clock_gettime(CLOCK_MONOTONIC, &ts))
1238 (unsigned long long) ts.tv_sec,
1239 (unsigned long long) ts.tv_nsec);