Home
last modified time | relevance | path

Searched refs:CLOCK_REALTIME_COARSE (Results 1 – 25 of 38) sorted by relevance

12

/third_party/ltp/include/lapi/
Dposix_clocks.h18 #ifndef CLOCK_REALTIME_COARSE
19 # define CLOCK_REALTIME_COARSE 5 macro
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
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()
Dclock_gettime01.c43 .clktype = CLOCK_REALTIME_COARSE,
Dclock_gettime02.c64 .clktype = CLOCK_REALTIME_COARSE,
/third_party/ltp/testcases/kernel/syscalls/statx/
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/ltp/lib/
Dtst_clocks.c130 case CLOCK_REALTIME_COARSE: in tst_clock_name()
152 ret = tst_clock_gettime(CLOCK_REALTIME_COARSE, &ts); in tst_get_fs_timestamp()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtime.h76 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/rust/crates/nix/src/
Dtime.rs150 pub const CLOCK_REALTIME_COARSE: ClockId = constant
151 ClockId(libc::CLOCK_REALTIME_COARSE);
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
Dtypes.rs46 RealtimeCoarse = linux_raw_sys::general::CLOCK_REALTIME_COARSE,
/third_party/musl/Benchmark/musl/
Dlibc_time.cpp84 benchmark::DoNotOptimize(clock_nanosleep(CLOCK_REALTIME_COARSE, 0, &req, &rem)); in Bm_function_Clock_nanosleep_realtime_raw()
94 benchmark::DoNotOptimize(clock_nanosleep(CLOCK_REALTIME_COARSE, 0, &req, &rem)); in Bm_function_Clock_nanosleep_realtime_coarse()
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c29 {"CLOCK_REALTIME_COARSE", CLOCK_REALTIME_COARSE, 0, 0,},
/third_party/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage04.c179 if (clock_getres(CLOCK_REALTIME_COARSE, &res)) { in guess_timer_resolution()
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h91 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h91 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/musl/porting/liteos_m/user/include/
Dtime.h90 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/musl/include/
Dtime.h92 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h104 #define CLOCK_REALTIME_COARSE 5 macro
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dsys_clock_test.cpp89 int result = clock_getres(CLOCK_REALTIME_COARSE, &times);
/third_party/rust/crates/rustix/src/backend/libc/time/
Dtypes.rs151 RealtimeCoarse = c::CLOCK_REALTIME_COARSE,
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt109 CLOCK_REALTIME_COARSE
Dlinux.txt253 CLOCK_REALTIME_COARSE
Dandroid.txt204 CLOCK_REALTIME_COARSE
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs496 pub const CLOCK_REALTIME_COARSE: ::clockid_t = 5; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1444 pub const CLOCK_REALTIME_COARSE: ::clockid_t = 5; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1335 pub const CLOCK_REALTIME_COARSE: u32 = 5; constant

12