/third_party/ltp/include/lapi/ |
D | posix_clocks.h | 18 #ifndef CLOCK_REALTIME_COARSE 19 # define CLOCK_REALTIME_COARSE 5 macro
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime04.c | 30 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()
|
D | clock_gettime01.c | 43 .clktype = CLOCK_REALTIME_COARSE,
|
D | clock_gettime02.c | 64 .clktype = CLOCK_REALTIME_COARSE,
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx06.c | 51 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/ |
D | tst_clocks.c | 130 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/ |
D | time.h | 76 #define CLOCK_REALTIME_COARSE 5 macro
|
/third_party/rust/crates/nix/src/ |
D | time.rs | 150 pub const CLOCK_REALTIME_COARSE: ClockId = constant 151 ClockId(libc::CLOCK_REALTIME_COARSE);
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
D | types.rs | 46 RealtimeCoarse = linux_raw_sys::general::CLOCK_REALTIME_COARSE,
|
/third_party/musl/Benchmark/musl/ |
D | libc_time.cpp | 84 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/ |
D | clock_getres01.c | 29 {"CLOCK_REALTIME_COARSE", CLOCK_REALTIME_COARSE, 0, 0,},
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage04.c | 179 if (clock_getres(CLOCK_REALTIME_COARSE, &res)) { in guess_timer_resolution()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 91 #define CLOCK_REALTIME_COARSE 5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 91 #define CLOCK_REALTIME_COARSE 5 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 90 #define CLOCK_REALTIME_COARSE 5 macro
|
/third_party/musl/include/ |
D | time.h | 92 #define CLOCK_REALTIME_COARSE 5 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 104 #define CLOCK_REALTIME_COARSE 5 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
D | sys_clock_test.cpp | 89 int result = clock_getres(CLOCK_REALTIME_COARSE, ×);
|
/third_party/rust/crates/rustix/src/backend/libc/time/ |
D | types.rs | 151 RealtimeCoarse = c::CLOCK_REALTIME_COARSE,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 109 CLOCK_REALTIME_COARSE
|
D | linux.txt | 253 CLOCK_REALTIME_COARSE
|
D | android.txt | 204 CLOCK_REALTIME_COARSE
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 496 pub const CLOCK_REALTIME_COARSE: ::clockid_t = 5; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1444 pub const CLOCK_REALTIME_COARSE: ::clockid_t = 5; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1335 pub const CLOCK_REALTIME_COARSE: u32 = 5; constant
|