/external/strace/xlat/ |
D | clocknames.h | 48 #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),
|
D | clocknames.in | 8 CLOCK_MONOTONIC_COARSE 6
|
/external/ltp/include/lapi/ |
D | posix_clocks.h | 30 #ifndef CLOCK_MONOTONIC_COARSE 31 # define CLOCK_MONOTONIC_COARSE 6 macro
|
/external/libevent/ |
D | evutil_time.c | 268 #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/ |
D | common_timers.h | 29 CLOCK_MONOTONIC_COARSE, 55 CLOCK_TO_STR(CLOCK_MONOTONIC_COARSE); in get_clock_str()
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | set-timer-lat.c | 39 #define CLOCK_MONOTONIC_COARSE 6 macro 73 case CLOCK_MONOTONIC_COARSE: in clockstring() 271 (clock_id == CLOCK_MONOTONIC_COARSE) || in main()
|
D | nanosleep.c | 40 #define CLOCK_MONOTONIC_COARSE 6 macro 65 case CLOCK_MONOTONIC_COARSE: in clockstring()
|
D | alarmtimer-suspend.c | 39 #define CLOCK_MONOTONIC_COARSE 6 macro 72 case CLOCK_MONOTONIC_COARSE: in clockstring()
|
D | inconsistency-check.c | 42 #define CLOCK_MONOTONIC_COARSE 6 macro 65 case CLOCK_MONOTONIC_COARSE: in clockstring()
|
D | nsleep-lat.c | 40 #define CLOCK_MONOTONIC_COARSE 6 macro 65 case CLOCK_MONOTONIC_COARSE: in clockstring()
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 80 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/external/ltp/lib/ |
D | tst_timer.c | 27 case CLOCK_MONOTONIC_COARSE: in clock_name()
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | time_utils.cc | 18 CHECK(clock_gettime(CLOCK_MONOTONIC_COARSE, &ts) == 0); in GetTimestamp()
|
/external/ltp/testcases/kernel/syscalls/clock_getres/ |
D | clock_getres01.c | 51 {"CLOCK_MONOTONIC_COARSE", CLOCK_MONOTONIC_COARSE, &res, 0, 0,},
|
/external/perfetto/src/profiling/memory/ |
D | client.cc | 282 if (clock_gettime(CLOCK_MONOTONIC_COARSE, &ts) == 0) { in RecordMalloc() 345 if (clock_gettime(CLOCK_MONOTONIC_COARSE, &ts) == 0) { in FlushFreesLocked()
|
/external/ltp/m4/ |
D | ltp-time.m4 | 29 AC_CHECK_DECLS([CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, CLOCK_MONOTONIC_COARSE],,,[
|
/external/jemalloc/src/ |
D | nstime.c | 120 clock_gettime(CLOCK_MONOTONIC_COARSE, &ts); in nstime_get()
|
/external/jemalloc_new/src/ |
D | nstime.c | 119 clock_gettime(CLOCK_MONOTONIC_COARSE, &ts); in nstime_get()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 22 CLOCK_MONOTONIC_COARSE = 6
|
D | sys_amd64.const | 22 CLOCK_MONOTONIC_COARSE = 6
|
D | sys_ppc64le.const | 22 CLOCK_MONOTONIC_COARSE = 6
|
D | sys_arm.const | 22 CLOCK_MONOTONIC_COARSE = 6
|
D | sys_arm64.const | 22 CLOCK_MONOTONIC_COARSE = 6
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 86 * Defined if clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is available.
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 107 * Defined if clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is available.
|