Home
last modified time | relevance | path

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

12

/third_party/ltp/lib/
Dtst_wallclock.c31 if (tst_clock_gettime(CLOCK_MONOTONIC_RAW, &mono_begin)) { in tst_wallclock_save()
54 if (tst_clock_gettime(CLOCK_MONOTONIC_RAW, &mono_end)) in tst_wallclock_restore()
86 if (tst_clock_gettime(CLOCK_MONOTONIC_RAW, &mono_begin)) in tst_rtc_clock_save()
103 if (tst_clock_gettime(CLOCK_MONOTONIC_RAW, &mono_end)) in tst_rtc_clock_restore()
Dtst_clocks.c127 case CLOCK_MONOTONIC_RAW: in tst_clock_name()
/third_party/ltp/include/lapi/
Dposix_clocks.h14 #ifndef CLOCK_MONOTONIC_RAW
15 # define CLOCK_MONOTONIC_RAW 4 macro
/third_party/flutter/skia/third_party/externals/sdl/src/timer/unix/
DSDL_systimer.c53 #ifdef CLOCK_MONOTONIC_RAW
54 #define SDL_MONOTONIC_CLOCK CLOCK_MONOTONIC_RAW
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c150 clock_gettime(CLOCK_MONOTONIC_RAW, &tv_start); in load_cpu()
157 clock_gettime(CLOCK_MONOTONIC_RAW, &tv_end); in load_cpu()
/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc151 #ifdef CLOCK_MONOTONIC_RAW in ReadMonotonicClockNanos()
152 int rc = clock_gettime(CLOCK_MONOTONIC_RAW, &t); in ReadMonotonicClockNanos()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtime.h75 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create01.c72 if (clock == CLOCK_MONOTONIC_RAW) in run()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dsysinfo.cc218 #ifdef CLOCK_MONOTONIC_RAW in ReadMonotonicClockNanos()
219 int rc = clock_gettime(CLOCK_MONOTONIC_RAW, &t); in ReadMonotonicClockNanos()
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime01.c51 .clktype = CLOCK_MONOTONIC_RAW,
Dclock_gettime02.c74 .clktype = CLOCK_MONOTONIC_RAW,
Dclock_gettime03.c34 {CLOCK_MONOTONIC_RAW, CLOCK_MONOTONIC, 100},
Dclock_gettime04.c33 CLOCK_MONOTONIC_RAW,
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_get.c149 ret = pthread_condattr_setclock(&attr, CLOCK_MONOTONIC_RAW); in pthread_condattr_getclock_0100()
154 EXPECT_EQ("pthread_condattr_getclock_0100", result, CLOCK_MONOTONIC_RAW); in pthread_condattr_getclock_0100()
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c28 {"CLOCK_MONOTONIC_RAW", CLOCK_MONOTONIC_RAW, 0, 0,},
/third_party/ltp/include/
Dtst_fuzzy_sync.h357 #ifdef CLOCK_MONOTONIC_RAW in tst_fzsync_time()
358 clock_gettime(CLOCK_MONOTONIC_RAW, t); in tst_fzsync_time()
/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.cc44 if (clock_gettime(CLOCK_MONOTONIC_RAW, &ts) != 0) { in GetHostMonoTimeStamp()
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
Dcfs_bandwidth01.c73 tst_timer_start(CLOCK_MONOTONIC_RAW); in busy_loop()
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime02.c76 .type = CLOCK_MONOTONIC_RAW,
/third_party/musl/ndk_musl_include/
Dtime.h89 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/musl/porting/liteos_m/user/include/
Dtime.h89 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/musl/include/
Dtime.h89 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h90 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h90 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/boost/boost/interprocess/detail/
Dos_thread_functions.hpp66 # elif defined(CLOCK_MONOTONIC_RAW) //Linux
67 # define BOOST_INTERPROCESS_CLOCK_MONOTONIC CLOCK_MONOTONIC_RAW

12