Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_COARSE (Results 1 – 25 of 44) sorted by relevance

12

/external/strace/xlat/
Dclocknames.h48 #if defined(CLOCK_MONOTONIC_COARSE) || (defined(HAVE_DECL_CLOCK_MONOTONIC_COARSE) && HAVE_DECL_CLOC…
50 static_assert((CLOCK_MONOTONIC_COARSE) == (6), "CLOCK_MONOTONIC_COARSE != 6");
53 # define CLOCK_MONOTONIC_COARSE 6
102 [CLOCK_MONOTONIC_COARSE] = XLAT(CLOCK_MONOTONIC_COARSE),
Dclocknames.in8 CLOCK_MONOTONIC_COARSE 6
/external/ltp/include/lapi/
Dposix_clocks.h30 #ifndef CLOCK_MONOTONIC_COARSE
31 # define CLOCK_MONOTONIC_COARSE 6 macro
/external/libevent/
Devutil_time.c268 #ifdef CLOCK_MONOTONIC_COARSE in evutil_configure_monotonic_time_()
274 #ifdef CLOCK_MONOTONIC_COARSE in evutil_configure_monotonic_time_()
275 if (CLOCK_MONOTONIC_COARSE < 0) { in evutil_configure_monotonic_time_()
283 if (clock_gettime(CLOCK_MONOTONIC_COARSE, &ts) == 0) { in evutil_configure_monotonic_time_()
284 base->monotonic_clock = CLOCK_MONOTONIC_COARSE; in evutil_configure_monotonic_time_()
/external/ltp/testcases/kernel/timers/include/
Dcommon_timers.h29 CLOCK_MONOTONIC_COARSE,
55 CLOCK_TO_STR(CLOCK_MONOTONIC_COARSE); in get_clock_str()
/external/linux-kselftest/tools/testing/selftests/timers/
Dset-timer-lat.c39 #define CLOCK_MONOTONIC_COARSE 6 macro
73 case CLOCK_MONOTONIC_COARSE: in clockstring()
271 (clock_id == CLOCK_MONOTONIC_COARSE) || in main()
Dnanosleep.c40 #define CLOCK_MONOTONIC_COARSE 6 macro
65 case CLOCK_MONOTONIC_COARSE: in clockstring()
Dalarmtimer-suspend.c39 #define CLOCK_MONOTONIC_COARSE 6 macro
72 case CLOCK_MONOTONIC_COARSE: in clockstring()
Dinconsistency-check.c42 #define CLOCK_MONOTONIC_COARSE 6 macro
65 case CLOCK_MONOTONIC_COARSE: in clockstring()
Dnsleep-lat.c40 #define CLOCK_MONOTONIC_COARSE 6 macro
65 case CLOCK_MONOTONIC_COARSE: in clockstring()
/external/kernel-headers/original/uapi/linux/
Dtime.h80 #define CLOCK_MONOTONIC_COARSE 6 macro
/external/ltp/lib/
Dtst_timer.c27 case CLOCK_MONOTONIC_COARSE: in clock_name()
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dtime_utils.cc18 CHECK(clock_gettime(CLOCK_MONOTONIC_COARSE, &ts) == 0); in GetTimestamp()
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c51 {"CLOCK_MONOTONIC_COARSE", CLOCK_MONOTONIC_COARSE, &res, 0, 0,},
/external/perfetto/src/profiling/memory/
Dclient.cc282 if (clock_gettime(CLOCK_MONOTONIC_COARSE, &ts) == 0) { in RecordMalloc()
345 if (clock_gettime(CLOCK_MONOTONIC_COARSE, &ts) == 0) { in FlushFreesLocked()
/external/ltp/m4/
Dltp-time.m429 AC_CHECK_DECLS([CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, CLOCK_MONOTONIC_COARSE],,,[
/external/jemalloc/src/
Dnstime.c120 clock_gettime(CLOCK_MONOTONIC_COARSE, &ts); in nstime_get()
/external/jemalloc_new/src/
Dnstime.c119 clock_gettime(CLOCK_MONOTONIC_COARSE, &ts); in nstime_get()
/external/syzkaller/sys/linux/
Dsys_386.const22 CLOCK_MONOTONIC_COARSE = 6
Dsys_amd64.const22 CLOCK_MONOTONIC_COARSE = 6
Dsys_ppc64le.const22 CLOCK_MONOTONIC_COARSE = 6
Dsys_arm.const22 CLOCK_MONOTONIC_COARSE = 6
Dsys_arm64.const22 CLOCK_MONOTONIC_COARSE = 6
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in86 * Defined if clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is available.
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_defs.h.in107 * Defined if clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is available.

12