Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_RAW (Results 1 - 25 of 57) sorted by relevance

123

/third_party/ltp/lib/
H A Dtst_wallclock.c31 if (tst_clock_gettime(CLOCK_MONOTONIC_RAW, &mono_begin)) { in tst_wallclock_save()
34 "tst_clock_gettime() didn't support CLOCK_MONOTONIC_RAW"); 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()
H A Dtst_clocks.c128 case CLOCK_MONOTONIC_RAW: in tst_clock_name()
129 return "CLOCK_MONOTONIC_RAW"; in tst_clock_name()
/third_party/ltp/include/lapi/
H A Dposix_clocks.h14 #ifndef CLOCK_MONOTONIC_RAW
15 # define CLOCK_MONOTONIC_RAW 4 macro
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
H A 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/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtime.h75 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create01.c62 if (clock == CLOCK_MONOTONIC_RAW) in run()
/third_party/alsa-utils/amidi/
H A Damidi.c88 #ifdef CLOCK_MONOTONIC_RAW in usage()
539 #ifdef CLOCK_MONOTONIC_RAW in main()
541 cid = CLOCK_MONOTONIC_RAW; in main()
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
H A Dclock_getres01.c28 {"CLOCK_MONOTONIC_RAW", CLOCK_MONOTONIC_RAW, 0, 0,},
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dclock_gettime02.c17 * 9) CLOCK_MONOTONIC_RAW
74 .clktype = CLOCK_MONOTONIC_RAW,
H A Dclock_gettime01.c15 * 7) CLOCK_MONOTONIC_RAW
51 .clktype = CLOCK_MONOTONIC_RAW,
H A Dclock_gettime03.c34 {CLOCK_MONOTONIC_RAW, CLOCK_MONOTONIC, 100},
H A Dclock_gettime04.c33 CLOCK_MONOTONIC_RAW,
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dtypes.rs51 /// `CLOCK_MONOTONIC_RAW`
52 MonotonicRaw = linux_raw_sys::general::CLOCK_MONOTONIC_RAW,
/third_party/ltp/include/
H A Dtst_fuzzy_sync.h319 #ifdef CLOCK_MONOTONIC_RAW in tst_fzsync_time()
320 clock_gettime(CLOCK_MONOTONIC_RAW, t); in tst_fzsync_time()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A 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/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc218 #ifdef CLOCK_MONOTONIC_RAW in ReadMonotonicClockNanos()
219 int rc = clock_gettime(CLOCK_MONOTONIC_RAW, &t); in ReadMonotonicClockNanos()
/third_party/rust/crates/nix/src/
H A Dtime.rs115 pub const CLOCK_MONOTONIC_RAW: ClockId = ClockId(libc::CLOCK_MONOTONIC_RAW); consts
/third_party/alsa-lib/test/
H A Dlatency.c42 #ifndef CLOCK_MONOTONIC_RAW
43 #define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC macro
83 if (clock_gettime(CLOCK_MONOTONIC_RAW, tstamp)) in timestamp_now()
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h90 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h89 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h90 #define CLOCK_MONOTONIC_RAW 4 macro
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
H A Dcfs_bandwidth01.c76 tst_timer_start(CLOCK_MONOTONIC_RAW); in busy_loop()
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime02.c74 { /* case 09: CLOCK_MONOTONIC_RAW */
75 .type = CLOCK_MONOTONIC_RAW,
/third_party/curl/lib/
H A Dtimeval.c96 (0 == clock_gettime(CLOCK_MONOTONIC_RAW, &tsnow))) { in Curl_now()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h103 #define CLOCK_MONOTONIC_RAW 4 macro

Completed in 10 milliseconds

123