Lines Matching defs:ts
130 struct timespec ts = { .tv_nsec = 100000000 };
131 (void) clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL);
133 ts.tv_nsec = 12345;
135 tid, (unsigned int) ts.tv_nsec);
168 (void) nanosleep(&ts, NULL);
180 struct timespec ts = { .tv_nsec = 1 };
181 if (clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL))
213 struct timespec ts = { .tv_sec = 123 };
237 leader_str, (unsigned int) ts.tv_sec);
239 (void) nanosleep(&ts, 0);