Home | History | Annotate | Download | only in whisper

Lines Matching defs:ts

291     struct timespec ts;
356 ts.tv_sec = 0;
357 ts.tv_nsec = 10000000; // 10 ms
358 nanosleep(&ts, NULL);
536 ts.tv_sec = 0;
537 ts.tv_nsec = 100000000; // 100 ms
538 nanosleep(&ts, NULL);
651 struct timespec ts;
674 ts.tv_sec = 0;
675 ts.tv_nsec = 50000000; // 50 ms
677 nanosleep(&ts, NULL);