Searched refs:CLOCK_TAI (Results 1 - 8 of 8) sorted by relevance

/external/strace/xlat/
H A Dclocknames.h35 #if !(defined(CLOCK_TAI) || (defined(HAVE_DECL_CLOCK_TAI) && HAVE_DECL_CLOCK_TAI))
36 # define CLOCK_TAI 11 macro
53 XLAT(CLOCK_TAI),
/external/kernel-headers/original/uapi/linux/
H A Dtime.h58 #define CLOCK_TAI 11 macro
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c55 #define CLOCK_TAI 11 macro
91 case CLOCK_TAI:
92 return "CLOCK_TAI";
H A Dinconsistency-check.c58 #define CLOCK_TAI 11 macro
84 case CLOCK_TAI:
85 return "CLOCK_TAI";
H A Dnanosleep.c56 #define CLOCK_TAI 11 macro
84 case CLOCK_TAI:
85 return "CLOCK_TAI";
H A Dnsleep-lat.c56 #define CLOCK_TAI 11 macro
84 case CLOCK_TAI:
85 return "CLOCK_TAI";
H A Dset-timer-lat.c54 #define CLOCK_TAI 11 macro
90 case CLOCK_TAI:
91 return "CLOCK_TAI";
H A Dleap-a-day.c65 #define CLOCK_TAI 11 macro
225 if (clock_gettime(CLOCK_TAI, &ts)) {
226 printf("System doesn't support CLOCK_TAI\n");
348 clock_gettime(CLOCK_TAI, &tai);

Completed in 176 milliseconds