Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_COARSE (Results 1 - 25 of 39) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dposix_clocks.h22 #ifndef CLOCK_MONOTONIC_COARSE
23 # define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dclock_gettime04.c32 CLOCK_MONOTONIC_COARSE,
120 if (clks[i] == CLOCK_REALTIME_COARSE || clks[i] == CLOCK_MONOTONIC_COARSE) in run()
H A Dclock_gettime02.c16 * 8) CLOCK_MONOTONIC_COARSE
69 .clktype = CLOCK_MONOTONIC_COARSE,
H A Dclock_gettime01.c14 * 6) CLOCK_MONOTONIC_COARSE
47 .clktype = CLOCK_MONOTONIC_COARSE,
H A Dclock_gettime03.c35 {CLOCK_MONOTONIC_COARSE, CLOCK_MONOTONIC, 100},
/third_party/node/deps/uv/src/unix/
H A Dlinux-core.c66 #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 Dtime.h77 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
H A Dclock_getres01.c30 {"CLOCK_MONOTONIC_COARSE", CLOCK_MONOTONIC_COARSE, 0, 0,},
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dtypes.rs48 /// `CLOCK_MONOTONIC_COARSE`
49 MonotonicCoarse = linux_raw_sys::general::CLOCK_MONOTONIC_COARSE,
/third_party/rust/crates/nix/src/
H A Dtime.rs98 pub const CLOCK_MONOTONIC_COARSE: ClockId = consts
99 ClockId(libc::CLOCK_MONOTONIC_COARSE);
/third_party/ltp/lib/
H A Dtst_clocks.c132 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 Dtime.h92 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h91 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h92 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime02.c70 { /* case 08: CLOCK_MONOTONIC_COARSE */
71 .type = CLOCK_MONOTONIC_COARSE,
/third_party/ltp/testcases/kernel/syscalls/getitimer/
H A Dgetitimer01.c108 SAFE_CLOCK_GETRES(CLOCK_MONOTONIC_COARSE, &time_res); in setup()
/third_party/ltp/testcases/kernel/syscalls/setitimer/
H A Dsetitimer01.c145 * 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 Dtime.h105 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/musl/include/
H A Dtime.h94 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/musl/Benchmark/musl/
H A Dlibc_time.cpp105 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 Dsys_clock_test.cpp95 * (CLOCK_MONOTONIC_COARSE in this case) and that the function call itself is successful.
101 int result = clock_getres(CLOCK_MONOTONIC_COARSE, &times); in HWTEST_F()
/third_party/rust/crates/rustix/src/backend/libc/time/
H A Dtypes.rs153 /// `CLOCK_MONOTONIC_COARSE`
155 MonotonicCoarse = c::CLOCK_MONOTONIC_COARSE,
/third_party/libuv/src/unix/
H A Dlinux.c1652 /* 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 Dmod.rs497 pub const CLOCK_MONOTONIC_COARSE: ::clockid_t = 6; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1336 pub const CLOCK_MONOTONIC_COARSE: u32 = 6; consts

Completed in 28 milliseconds

12