Searched defs:CLOCK_MONOTONIC_RAW (Results 1 - 11 of 11) sorted by relevance

/external/ltp/include/lapi/
H A Dposix_clocks.h22 #ifndef CLOCK_MONOTONIC_RAW
23 # define CLOCK_MONOTONIC_RAW 4 macro
/external/strace/xlat/
H A Dclocknames.h14 #if !(defined(CLOCK_MONOTONIC_RAW) || (defined(HAVE_DECL_CLOCK_MONOTONIC_RAW) && HAVE_DECL_CLOCK_MONOTONIC_RAW))
15 # define CLOCK_MONOTONIC_RAW 4 macro
46 XLAT(CLOCK_MONOTONIC_RAW),
/external/kernel-headers/original/uapi/linux/
H A Dtime.h52 #define CLOCK_MONOTONIC_RAW 4 macro
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c37 #define CLOCK_MONOTONIC_RAW 4 macro
68 case CLOCK_MONOTONIC_RAW:
69 return "CLOCK_MONOTONIC_RAW";
H A Dinconsistency-check.c40 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW:
62 return "CLOCK_MONOTONIC_RAW";
H A Dnanosleep.c38 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW:
62 return "CLOCK_MONOTONIC_RAW";
H A Dnsleep-lat.c38 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW:
62 return "CLOCK_MONOTONIC_RAW";
H A Draw_skew.c1 /* CLOCK_MONOTONIC vs CLOCK_MONOTONIC_RAW skew test
30 #define CLOCK_MONOTONIC_RAW 4 macro
79 clock_gettime(CLOCK_MONOTONIC_RAW, &mid);
100 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) {
101 printf("ERR: NO CLOCK_MONOTONIC_RAW\n");
H A Dadjtick.c28 #define CLOCK_MONOTONIC_RAW 4 macro
76 clock_gettime(CLOCK_MONOTONIC_RAW, raw);
83 clock_gettime(CLOCK_MONOTONIC_RAW, &mid);
176 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) {
177 printf("ERR: NO CLOCK_MONOTONIC_RAW\n");
H A Dset-timer-lat.c37 #define CLOCK_MONOTONIC_RAW 4 macro
69 case CLOCK_MONOTONIC_RAW:
70 return "CLOCK_MONOTONIC_RAW";
269 (clock_id == CLOCK_MONOTONIC_RAW) ||
/external/ltp/include/
H A Dtst_fuzzy_sync.h46 #ifndef CLOCK_MONOTONIC_RAW
47 # define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC macro
140 clock_gettime(CLOCK_MONOTONIC_RAW, t);

Completed in 353 milliseconds