/third_party/ltp/lib/ |
H A D | tst_wallclock.c | 31 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 D | tst_clocks.c | 128 case CLOCK_MONOTONIC_RAW: in tst_clock_name() 129 return "CLOCK_MONOTONIC_RAW"; in tst_clock_name()
|
/third_party/ltp/include/lapi/ |
H A D | posix_clocks.h | 14 #ifndef CLOCK_MONOTONIC_RAW 15 # define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/ |
H A 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/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | time.h | 75 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
H A D | timer_create01.c | 62 if (clock == CLOCK_MONOTONIC_RAW) in run()
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 88 #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 D | clock_getres01.c | 28 {"CLOCK_MONOTONIC_RAW", CLOCK_MONOTONIC_RAW, 0, 0,},
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
H A D | clock_gettime02.c | 17 * 9) CLOCK_MONOTONIC_RAW 74 .clktype = CLOCK_MONOTONIC_RAW,
|
H A D | clock_gettime01.c | 15 * 7) CLOCK_MONOTONIC_RAW 51 .clktype = CLOCK_MONOTONIC_RAW,
|
H A D | clock_gettime03.c | 34 {CLOCK_MONOTONIC_RAW, CLOCK_MONOTONIC, 100},
|
H A D | clock_gettime04.c | 33 CLOCK_MONOTONIC_RAW,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
H A D | types.rs | 51 /// `CLOCK_MONOTONIC_RAW` 52 MonotonicRaw = linux_raw_sys::general::CLOCK_MONOTONIC_RAW,
|
/third_party/ltp/include/ |
H A D | tst_fuzzy_sync.h | 319 #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 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/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 218 #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 D | time.rs | 115 pub const CLOCK_MONOTONIC_RAW: ClockId = ClockId(libc::CLOCK_MONOTONIC_RAW); consts
|
/third_party/alsa-lib/test/ |
H A D | latency.c | 42 #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 D | time.h | 90 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 89 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 90 #define CLOCK_MONOTONIC_RAW 4 macro
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
H A D | cfs_bandwidth01.c | 76 tst_timer_start(CLOCK_MONOTONIC_RAW); in busy_loop()
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
H A D | clock_settime02.c | 74 { /* case 09: CLOCK_MONOTONIC_RAW */ 75 .type = CLOCK_MONOTONIC_RAW,
|
/third_party/curl/lib/ |
H A D | timeval.c | 96 (0 == clock_gettime(CLOCK_MONOTONIC_RAW, &tsnow))) { in Curl_now()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 103 #define CLOCK_MONOTONIC_RAW 4 macro
|