/third_party/ltp/include/lapi/ |
H A D | posix_clocks.h | 22 #ifndef CLOCK_MONOTONIC_COARSE 23 # define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
H A D | clock_gettime04.c | 32 CLOCK_MONOTONIC_COARSE, 120 if (clks[i] == CLOCK_REALTIME_COARSE || clks[i] == CLOCK_MONOTONIC_COARSE) in run()
|
H A D | clock_gettime02.c | 16 * 8) CLOCK_MONOTONIC_COARSE 69 .clktype = CLOCK_MONOTONIC_COARSE,
|
H A D | clock_gettime01.c | 14 * 6) CLOCK_MONOTONIC_COARSE 47 .clktype = CLOCK_MONOTONIC_COARSE,
|
H A D | clock_gettime03.c | 35 {CLOCK_MONOTONIC_COARSE, CLOCK_MONOTONIC, 100},
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-core.c | 66 #ifndef CLOCK_MONOTONIC_COARSE 67 # define CLOCK_MONOTONIC_COARSE 6 macro 126 /* Prefer CLOCK_MONOTONIC_COARSE if available but only when it has in uv__hrtime() 127 * millisecond granularity or better. CLOCK_MONOTONIC_COARSE is in uv__hrtime() 131 /* TODO(bnoordhuis) Use CLOCK_MONOTONIC_COARSE for UV_CLOCK_PRECISE in uv__hrtime() 143 if (0 == clock_getres(CLOCK_MONOTONIC_COARSE, &t)) in uv__hrtime() 145 clock_id = CLOCK_MONOTONIC_COARSE; in uv__hrtime()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | time.h | 77 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/ltp/testcases/kernel/syscalls/clock_getres/ |
H A D | clock_getres01.c | 30 {"CLOCK_MONOTONIC_COARSE", CLOCK_MONOTONIC_COARSE, 0, 0,},
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
H A D | types.rs | 48 /// `CLOCK_MONOTONIC_COARSE` 49 MonotonicCoarse = linux_raw_sys::general::CLOCK_MONOTONIC_COARSE,
|
/third_party/rust/crates/nix/src/ |
H A D | time.rs | 98 pub const CLOCK_MONOTONIC_COARSE: ClockId = consts 99 ClockId(libc::CLOCK_MONOTONIC_COARSE);
|
/third_party/ltp/lib/ |
H A D | tst_clocks.c | 132 case CLOCK_MONOTONIC_COARSE: in tst_clock_name() 133 return "CLOCK_MONOTONIC_COARSE"; in tst_clock_name()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 92 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 91 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 92 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
H A D | clock_settime02.c | 70 { /* case 08: CLOCK_MONOTONIC_COARSE */ 71 .type = CLOCK_MONOTONIC_COARSE,
|
/third_party/ltp/testcases/kernel/syscalls/getitimer/ |
H A D | getitimer01.c | 108 SAFE_CLOCK_GETRES(CLOCK_MONOTONIC_COARSE, &time_res); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setitimer/ |
H A D | setitimer01.c | 145 * Use CLOCK_MONOTONIC_COARSE resolution for all timers, since its value is in setup() 149 SAFE_CLOCK_GETRES(CLOCK_MONOTONIC_COARSE, &time_res); in setup()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 105 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/musl/include/ |
H A D | time.h | 94 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_time.cpp | 105 benchmark::DoNotOptimize(clock_nanosleep(CLOCK_MONOTONIC_COARSE, 0, &req, &rem)); in Bm_function_Clock_nanosleep_monotonic_coarse()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | sys_clock_test.cpp | 95 * (CLOCK_MONOTONIC_COARSE in this case) and that the function call itself is successful. 101 int result = clock_getres(CLOCK_MONOTONIC_COARSE, ×); in HWTEST_F()
|
/third_party/rust/crates/rustix/src/backend/libc/time/ |
H A D | types.rs | 153 /// `CLOCK_MONOTONIC_COARSE` 155 MonotonicCoarse = c::CLOCK_MONOTONIC_COARSE,
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 1652 /* Prefer CLOCK_MONOTONIC_COARSE if available but only when it has in uv__hrtime() 1653 * millisecond granularity or better. CLOCK_MONOTONIC_COARSE is in uv__hrtime() 1657 /* TODO(bnoordhuis) Use CLOCK_MONOTONIC_COARSE for UV_CLOCK_PRECISE in uv__hrtime() 1669 if (0 == clock_getres(CLOCK_MONOTONIC_COARSE, &t)) in uv__hrtime() 1671 clock_id = CLOCK_MONOTONIC_COARSE; in uv__hrtime()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 497 pub const CLOCK_MONOTONIC_COARSE: ::clockid_t = 6; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1336 pub const CLOCK_MONOTONIC_COARSE: u32 = 6; consts
|