/third_party/ltp/lib/ |
D | tst_wallclock.c | 31 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()
|
D | tst_clocks.c | 127 case CLOCK_MONOTONIC_RAW: in tst_clock_name()
|
/third_party/ltp/include/lapi/ |
D | posix_clocks.h | 14 #ifndef CLOCK_MONOTONIC_RAW 15 # define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/timer/unix/ |
D | SDL_systimer.c | 53 #ifdef CLOCK_MONOTONIC_RAW 54 #define SDL_MONOTONIC_CLOCK CLOCK_MONOTONIC_RAW
|
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/ |
D | cpufreq_boost.c | 150 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/ |
D | sysinfo.cc | 151 #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/ |
D | time.h | 75 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
D | timer_create01.c | 72 if (clock == CLOCK_MONOTONIC_RAW) in run()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 218 #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/ |
D | clock_gettime01.c | 51 .clktype = CLOCK_MONOTONIC_RAW,
|
D | clock_gettime02.c | 74 .clktype = CLOCK_MONOTONIC_RAW,
|
D | clock_gettime03.c | 34 {CLOCK_MONOTONIC_RAW, CLOCK_MONOTONIC, 100},
|
D | clock_gettime04.c | 33 CLOCK_MONOTONIC_RAW,
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_get.c | 149 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/ |
D | clock_getres01.c | 28 {"CLOCK_MONOTONIC_RAW", CLOCK_MONOTONIC_RAW, 0, 0,},
|
/third_party/ltp/include/ |
D | tst_fuzzy_sync.h | 357 #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/ |
D | profiling.cc | 44 if (clock_gettime(CLOCK_MONOTONIC_RAW, &ts) != 0) { in GetHostMonoTimeStamp()
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | cfs_bandwidth01.c | 73 tst_timer_start(CLOCK_MONOTONIC_RAW); in busy_loop()
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime02.c | 76 .type = CLOCK_MONOTONIC_RAW,
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 89 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 89 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/musl/include/ |
D | time.h | 89 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 90 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 90 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/boost/boost/interprocess/detail/ |
D | os_thread_functions.hpp | 66 # elif defined(CLOCK_MONOTONIC_RAW) //Linux 67 # define BOOST_INTERPROCESS_CLOCK_MONOTONIC CLOCK_MONOTONIC_RAW
|