Searched refs:CLOCK_MONOTONIC_RAW (Results 1 - 5 of 5) sorted by relevance

/external/strace/xlat/
H A Dclocknames.h23 #if defined(CLOCK_MONOTONIC_RAW) || (defined(HAVE_DECL_CLOCK_MONOTONIC_RAW) && HAVE_DECL_CLOCK_MONOTONIC_RAW)
24 XLAT(CLOCK_MONOTONIC_RAW),
/external/kernel-headers/original/uapi/linux/
H A Dtime.h51 #define CLOCK_MONOTONIC_RAW 4 macro
/external/tlsdate/src/events/
H A Dcheck_continuity.c42 if (clock_gettime (CLOCK_MONOTONIC_RAW, &monotonic) < 0)
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions_unittests.cc92 clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
H A Dbaseline_policy_unittest.cc335 clock_gettime(CLOCK_MONOTONIC_RAW, &ts);

Completed in 115 milliseconds