Searched defs:CLOCK_MONOTONIC_COARSE (Results 1 - 9 of 9) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
H A Dlinux_time.h14 #if !defined(CLOCK_MONOTONIC_COARSE)
15 #define CLOCK_MONOTONIC_COARSE 6 macro
/external/ltp/include/lapi/
H A Dposix_clocks.h30 #ifndef CLOCK_MONOTONIC_COARSE
31 # define CLOCK_MONOTONIC_COARSE 6 macro
/external/strace/xlat/
H A Dclocknames.h20 #if !(defined(CLOCK_MONOTONIC_COARSE) || (defined(HAVE_DECL_CLOCK_MONOTONIC_COARSE) && HAVE_DECL_CLOCK_MONOTONIC_COARSE))
21 # define CLOCK_MONOTONIC_COARSE 6 macro
53 XLAT(CLOCK_MONOTONIC_COARSE),
/external/kernel-headers/original/uapi/linux/
H A Dtime.h53 #define CLOCK_MONOTONIC_COARSE 6 macro
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c50 #define CLOCK_MONOTONIC_COARSE 6 macro
83 case CLOCK_MONOTONIC_COARSE:
84 return "CLOCK_MONOTONIC_COARSE";
H A Dnanosleep.c51 #define CLOCK_MONOTONIC_COARSE 6 macro
76 case CLOCK_MONOTONIC_COARSE:
77 return "CLOCK_MONOTONIC_COARSE";
H A Dnsleep-lat.c51 #define CLOCK_MONOTONIC_COARSE 6 macro
76 case CLOCK_MONOTONIC_COARSE:
77 return "CLOCK_MONOTONIC_COARSE";
H A Dinconsistency-check.c53 #define CLOCK_MONOTONIC_COARSE 6 macro
76 case CLOCK_MONOTONIC_COARSE:
77 return "CLOCK_MONOTONIC_COARSE";
H A Dset-timer-lat.c49 #define CLOCK_MONOTONIC_COARSE 6 macro
82 case CLOCK_MONOTONIC_COARSE:
83 return "CLOCK_MONOTONIC_COARSE";
206 (clock_id == CLOCK_MONOTONIC_COARSE) ||

Completed in 33 milliseconds