Searched refs:CLOCK_REALTIME_COARSE (Results 1 - 13 of 13) sorted by relevance

/external/ltp/include/lapi/
H A Dposix_clocks.h26 #ifndef CLOCK_REALTIME_COARSE
27 # define CLOCK_REALTIME_COARSE 5 macro
/external/strace/xlat/
H A Dclocknames.h17 #if !(defined(CLOCK_REALTIME_COARSE) || (defined(HAVE_DECL_CLOCK_REALTIME_COARSE) && HAVE_DECL_CLOCK_REALTIME_COARSE))
18 # define CLOCK_REALTIME_COARSE 5 macro
47 XLAT(CLOCK_REALTIME_COARSE),
/external/ltp/testcases/kernel/timers/include/
H A Dcommon_timers.h26 CLOCK_REALTIME_COARSE,
52 CLOCK_TO_STR(CLOCK_REALTIME_COARSE);
/external/kernel-headers/original/uapi/linux/
H A Dtime.h53 #define CLOCK_REALTIME_COARSE 5 macro
/external/ltp/lib/
H A Dtst_timer.c39 case CLOCK_REALTIME_COARSE:
40 return "CLOCK_REALTIME_COARSE";
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c38 #define CLOCK_REALTIME_COARSE 5 macro
70 case CLOCK_REALTIME_COARSE:
71 return "CLOCK_REALTIME_COARSE";
H A Dinconsistency-check.c41 #define CLOCK_REALTIME_COARSE 5 macro
63 case CLOCK_REALTIME_COARSE:
64 return "CLOCK_REALTIME_COARSE";
H A Dnanosleep.c39 #define CLOCK_REALTIME_COARSE 5 macro
63 case CLOCK_REALTIME_COARSE:
64 return "CLOCK_REALTIME_COARSE";
H A Dnsleep-lat.c39 #define CLOCK_REALTIME_COARSE 5 macro
63 case CLOCK_REALTIME_COARSE:
64 return "CLOCK_REALTIME_COARSE";
H A Dset-timer-lat.c38 #define CLOCK_REALTIME_COARSE 5 macro
71 case CLOCK_REALTIME_COARSE:
72 return "CLOCK_REALTIME_COARSE";
270 (clock_id == CLOCK_REALTIME_COARSE) ||
/external/ltp/testcases/kernel/syscalls/clock_getres/
H A Dclock_getres01.c50 {"CLOCK_REALTIME_COARSE", CLOCK_REALTIME_COARSE, &res, 0, 0,},
/external/ltp/testcases/kernel/syscalls/getrusage/
H A Dgetrusage04.c166 * Here we use clock_getres() with linux specific CLOCK_REALTIME_COARSE (added
178 if (clock_getres(CLOCK_REALTIME_COARSE, &res)) {
180 "CLOCK_REALTIME_COARSE not supported, using 4000 us");
185 tst_resm(TINFO, "Unexpected CLOCK_REALTIME_COARSE resolution,"
/external/perfetto/src/tracing/core/
H A Dservice_impl.cc1019 {CLOCK_REALTIME_COARSE,

Completed in 1100 milliseconds