Lines Matching defs:ts
1754 struct timespec ts;1761 ts.tv_sec = 0;1762 ts.tv_nsec = 100000000; /* 10th of a second */1764 nanosleep(&ts, NULL);