Home
last modified time | relevance | path

Searched refs:CLOCK_REALTIME_COARSE (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dposix_clocks.h18 #ifndef CLOCK_REALTIME_COARSE
19 # define CLOCK_REALTIME_COARSE 5 macro
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dclock_gettime04.c30 CLOCK_REALTIME_COARSE,
100 clock_getres(CLOCK_REALTIME_COARSE, &res); in setup()
120 if (clks[i] == CLOCK_REALTIME_COARSE || clks[i] == CLOCK_MONOTONIC_COARSE) in run()
H A Dclock_gettime02.c15 * 7) CLOCK_REALTIME_COARSE
64 .clktype = CLOCK_REALTIME_COARSE,
H A Dclock_gettime01.c13 * 5) CLOCK_REALTIME_COARSE
43 .clktype = CLOCK_REALTIME_COARSE,
/third_party/ltp/lib/
H A Dtst_clocks.c130 case CLOCK_REALTIME_COARSE: in tst_clock_name()
131 return "CLOCK_REALTIME_COARSE"; in tst_clock_name()
152 ret = tst_clock_gettime(CLOCK_REALTIME_COARSE, &ts); in tst_get_fs_timestamp()
155 tst_brk(TBROK | TERRNO, "clock_gettime(CLOCK_REALTIME_COARSE)"); in tst_get_fs_timestamp()
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx06.c51 SAFE_CLOCK_GETRES(CLOCK_REALTIME_COARSE, &res); in clock_wait_tick()
108 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &before_time); in test_statx()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtime.h76 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
H A Dclock_getres01.c29 {"CLOCK_REALTIME_COARSE", CLOCK_REALTIME_COARSE, 0, 0,},
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dtypes.rs45 /// `CLOCK_REALTIME_COARSE`
46 RealtimeCoarse = linux_raw_sys::general::CLOCK_REALTIME_COARSE,
/third_party/musl/Benchmark/musl/
H A Dlibc_time.cpp79 benchmark::DoNotOptimize(clock_nanosleep(CLOCK_REALTIME_COARSE, 0, &req, &rem)); in Bm_function_Clock_nanosleep_realtime_raw()
88 benchmark::DoNotOptimize(clock_nanosleep(CLOCK_REALTIME_COARSE, 0, &req, &rem)); in Bm_function_Clock_nanosleep_realtime_coarse()
/third_party/rust/crates/nix/src/
H A Dtime.rs150 pub const CLOCK_REALTIME_COARSE: ClockId = consts
151 ClockId(libc::CLOCK_REALTIME_COARSE);
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h91 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h90 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h91 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/ltp/testcases/kernel/syscalls/getrusage/
H A Dgetrusage04.c167 * Here we use clock_getres() with linux specific CLOCK_REALTIME_COARSE (added
179 if (clock_getres(CLOCK_REALTIME_COARSE, &res)) { in guess_timer_resolution()
181 "CLOCK_REALTIME_COARSE not supported, using 4000 us"); in guess_timer_resolution()
186 tst_resm(TINFO, "Unexpected CLOCK_REALTIME_COARSE resolution," in guess_timer_resolution()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h104 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/musl/include/
H A Dtime.h93 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dsys_clock_test.cpp89 int result = clock_getres(CLOCK_REALTIME_COARSE, &times); in HWTEST_F()
/third_party/rust/crates/rustix/src/backend/libc/time/
H A Dtypes.rs149 /// `CLOCK_REALTIME_COARSE`
151 RealtimeCoarse = c::CLOCK_REALTIME_COARSE,
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs496 pub const CLOCK_REALTIME_COARSE: ::clockid_t = 5; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1335 pub const CLOCK_REALTIME_COARSE: u32 = 5; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1444 pub const CLOCK_REALTIME_COARSE: ::clockid_t = 5; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1338 pub const CLOCK_REALTIME_COARSE: u32 = 5; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1330 pub const CLOCK_REALTIME_COARSE: u32 = 5; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1348 pub const CLOCK_REALTIME_COARSE: u32 = 5; consts

Completed in 73 milliseconds

12