Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclocknames.h41 #if defined(CLOCK_REALTIME_COARSE) || (defined(HAVE_DECL_CLOCK_REALTIME_COARSE) && HAVE_DECL_CLOCK_…
43 static_assert((CLOCK_REALTIME_COARSE) == (5), "CLOCK_REALTIME_COARSE != 5");
46 # define CLOCK_REALTIME_COARSE 5
101 [CLOCK_REALTIME_COARSE] = XLAT(CLOCK_REALTIME_COARSE),
Dclocknames.in7 CLOCK_REALTIME_COARSE 5
/external/ltp/include/lapi/
Dposix_clocks.h18 #ifndef CLOCK_REALTIME_COARSE
19 # define CLOCK_REALTIME_COARSE 5 macro
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c67 SAFE_CLOCK_GETRES(CLOCK_REALTIME_COARSE, &res); in clock_wait_tick()
124 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &before_time); in test_statx()
128 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &after_time); in test_statx()
/external/linux-kselftest/tools/testing/selftests/timers/
Dset-timer-lat.c38 #define CLOCK_REALTIME_COARSE 5 macro
71 case CLOCK_REALTIME_COARSE: in clockstring()
270 (clock_id == CLOCK_REALTIME_COARSE) || in main()
Dnanosleep.c39 #define CLOCK_REALTIME_COARSE 5 macro
63 case CLOCK_REALTIME_COARSE: in clockstring()
Dalarmtimer-suspend.c38 #define CLOCK_REALTIME_COARSE 5 macro
70 case CLOCK_REALTIME_COARSE: in clockstring()
Dnsleep-lat.c39 #define CLOCK_REALTIME_COARSE 5 macro
63 case CLOCK_REALTIME_COARSE: in clockstring()
Dinconsistency-check.c41 #define CLOCK_REALTIME_COARSE 5 macro
63 case CLOCK_REALTIME_COARSE: in clockstring()
/external/kernel-headers/original/uapi/linux/
Dtime.h54 #define CLOCK_REALTIME_COARSE 5 macro
/external/ltp/lib/
Dtst_timer.c23 case CLOCK_REALTIME_COARSE: in tst_clock_name()
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c32 {"CLOCK_REALTIME_COARSE", CLOCK_REALTIME_COARSE, 0, 0,},
/external/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime02.c63 .clktype = CLOCK_REALTIME_COARSE,
Dclock_gettime01.c49 .clktype = CLOCK_REALTIME_COARSE,
/external/rust/crates/nix/src/
Dtime.rs136 pub const CLOCK_REALTIME_COARSE: ClockId = ClockId(libc::CLOCK_REALTIME_COARSE); constant
/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage04.c178 if (clock_getres(CLOCK_REALTIME_COARSE, &res)) { in guess_timer_resolution()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs489 pub const CLOCK_REALTIME_COARSE: ::clockid_t = 5; constant
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc2868 {CLOCK_REALTIME_COARSE, in SnapshotClocks()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1438 pub const CLOCK_REALTIME_COARSE: ::clockid_t = 5; constant