Home | History | Annotate | Download | only in timers

Lines Matching defs:tai

144 					tx.tai,
153 tx.tai,
206 printf(" -t: Print TAI time\n");
211 /* Make sure TAI support is present if -t was used */
284 printf("Using TAI time,"
331 struct timespec tai;
338 clock_gettime(CLOCK_TAI, &tai);
340 tai.tv_sec,
341 tai.tv_nsec,
350 tx.tai,