Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_RAW (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/benchmarks/
H A Dtime_benchmark.cpp56 clock_gettime(CLOCK_MONOTONIC_RAW, &t); in BM_time_clock_gettime_MONOTONIC_RAW()
119 clock_getres(CLOCK_MONOTONIC_RAW, &t); in BM_time_clock_getres_MONOTONIC_RAW()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dtime.h53 #define CLOCK_MONOTONIC_RAW 4 macro
/aosp12/system/update_engine/common/
H A Dclock.cc29 if (clock_gettime(CLOCK_MONOTONIC_RAW, &now_ts) != 0) { in GetMonotonicTime()
/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dclock_ns.h22 clock_gettime(CLOCK_MONOTONIC_RAW, &t); in GetSystemClockRaw()
/aosp12/system/security/keystore2/src/
H A Dutils.rs195 unsafe { libc::clock_gettime(libc::CLOCK_MONOTONIC_RAW, &mut current_time) }; in get_current_time_in_milliseconds()
/aosp12/system/logging/liblog/tests/
H A Dliblog_benchmark.cpp123 do_clock_overhead(state, CLOCK_MONOTONIC_RAW); in BM_time_clock_gettime_MONOTONIC_RAW()
/aosp12/system/extras/simpleperf/
H A Dcmd_record.cpp95 {"monotonic_raw", CLOCK_MONOTONIC_RAW},
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto11025 // The time is calculated by calling clock_gettime() / CLOCK_MONOTONIC_RAW;