Lines Matching defs:tsi
441 struct timespec tsi, tso;479 tsi = tso;496 tsi.tv_sec = tso.tv_sec - tsi.tv_sec;497 tsi.tv_nsec = tso.tv_nsec - tsi.tv_nsec;498 if (tsi.tv_nsec < 0) {499 tsi.tv_sec -= 1;500 tsi.tv_nsec += 1000000000;503 (void)nanosleep(&tsi, NULL);504 tsi = tso;
Indexes created Wed Oct 01 19:09:53 GMT 2025