Lines Matching defs:ts
291 struct timespec ts;356 ts.tv_sec = 0;357 ts.tv_nsec = 10000000; // 10 ms358 nanosleep(&ts, NULL);536 ts.tv_sec = 0;537 ts.tv_nsec = 100000000; // 100 ms538 nanosleep(&ts, NULL);651 struct timespec ts;674 ts.tv_sec = 0;675 ts.tv_nsec = 50000000; // 50 ms677 nanosleep(&ts, NULL);