Home
last modified time | relevance | path

Searched refs:CLOCK_REALTIME_COARSE (Results 1 – 17 of 17) sorted by relevance

/external/strace/xlat/
Dclocknames.h17 #if !(defined(CLOCK_REALTIME_COARSE) || (defined(HAVE_DECL_CLOCK_REALTIME_COARSE) && HAVE_DECL_CLOC…
18 # define CLOCK_REALTIME_COARSE 5 macro
52 XLAT(CLOCK_REALTIME_COARSE),
Dclocknames.in6 CLOCK_REALTIME_COARSE 5
/external/libchrome/sandbox/linux/system_headers/
Dlinux_time.h10 #if !defined(CLOCK_REALTIME_COARSE)
11 #define CLOCK_REALTIME_COARSE 5 macro
/external/ltp/include/lapi/
Dposix_clocks.h26 #ifndef CLOCK_REALTIME_COARSE
27 # define CLOCK_REALTIME_COARSE 5 macro
/external/ltp/testcases/kernel/timers/include/
Dcommon_timers.h26 CLOCK_REALTIME_COARSE,
52 CLOCK_TO_STR(CLOCK_REALTIME_COARSE); in get_clock_str()
/external/linux-kselftest/tools/testing/selftests/timers/
Dset-timer-lat.c48 #define CLOCK_REALTIME_COARSE 5 macro
80 case CLOCK_REALTIME_COARSE: in clockstring()
205 (clock_id == CLOCK_REALTIME_COARSE) || in main()
Dnanosleep.c50 #define CLOCK_REALTIME_COARSE 5 macro
74 case CLOCK_REALTIME_COARSE: in clockstring()
Dalarmtimer-suspend.c49 #define CLOCK_REALTIME_COARSE 5 macro
81 case CLOCK_REALTIME_COARSE: in clockstring()
Dnsleep-lat.c50 #define CLOCK_REALTIME_COARSE 5 macro
74 case CLOCK_REALTIME_COARSE: in clockstring()
Dinconsistency-check.c52 #define CLOCK_REALTIME_COARSE 5 macro
74 case CLOCK_REALTIME_COARSE: in clockstring()
/external/kernel-headers/original/uapi/linux/
Dtime.h52 #define CLOCK_REALTIME_COARSE 5 macro
/external/ltp/lib/
Dtst_timer.c38 case CLOCK_REALTIME_COARSE: in clock_name()
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c61 {"CLOCK_REALTIME_COARSE", CLOCK_REALTIME_COARSE, NORMAL, 0, 0,},
/external/ltp/m4/
Dltp-time.m429 AC_CHECK_DECLS([CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, CLOCK_MONOTONIC_COARSE],,,[
/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage04.c178 if (clock_getres(CLOCK_REALTIME_COARSE, &res)) { in guess_timer_resolution()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions_unittests.cc86 CheckClock(CLOCK_REALTIME_COARSE); in BPF_TEST_C()
Dsyscall_parameters_restrictions.cc348 CLOCK_REALTIME_COARSE, in RestrictClockID()