Searched defs:CLOCK_MONOTONIC (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Dclocknames.h5 #if !(defined(CLOCK_MONOTONIC) || (defined(HAVE_DECL_CLOCK_MONOTONIC) && HAVE_DECL_CLOCK_MONOTONIC))
6 # define CLOCK_MONOTONIC 1 macro
48 XLAT(CLOCK_MONOTONIC),
/external/kernel-headers/original/uapi/linux/
H A Dtime.h48 #define CLOCK_MONOTONIC 1 macro
61 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
62 #define CLOCKS_MONO CLOCK_MONOTONIC
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c45 #define CLOCK_MONOTONIC 1 macro
73 case CLOCK_MONOTONIC:
74 return "CLOCK_MONOTONIC";
H A Dnanosleep.c46 #define CLOCK_MONOTONIC 1 macro
66 case CLOCK_MONOTONIC:
67 return "CLOCK_MONOTONIC";
H A Dnsleep-lat.c46 #define CLOCK_MONOTONIC 1 macro
66 case CLOCK_MONOTONIC:
67 return "CLOCK_MONOTONIC";
H A Dinconsistency-check.c48 #define CLOCK_MONOTONIC 1 macro
66 case CLOCK_MONOTONIC:
67 return "CLOCK_MONOTONIC";
H A Dset-timer-lat.c44 #define CLOCK_MONOTONIC 1 macro
72 case CLOCK_MONOTONIC:
73 return "CLOCK_MONOTONIC";

Completed in 134 milliseconds