Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_COARSE (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/include/lapi/
Dposix_clocks.h22 #ifndef CLOCK_MONOTONIC_COARSE
23 # define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/libuv/src/unix/
Dlinux-core.c66 #ifndef CLOCK_MONOTONIC_COARSE
67 # define CLOCK_MONOTONIC_COARSE 6 macro
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/
Dtime.h77 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime01.c47 .clktype = CLOCK_MONOTONIC_COARSE,
Dclock_gettime02.c69 .clktype = CLOCK_MONOTONIC_COARSE,
Dclock_gettime03.c35 {CLOCK_MONOTONIC_COARSE, CLOCK_MONOTONIC, 100},
Dclock_gettime04.c32 CLOCK_MONOTONIC_COARSE,
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c30 {"CLOCK_MONOTONIC_COARSE", CLOCK_MONOTONIC_COARSE, 0, 0,},
/third_party/ltp/lib/
Dtst_clocks.c131 case CLOCK_MONOTONIC_COARSE: in tst_clock_name()
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime02.c72 .type = CLOCK_MONOTONIC_COARSE,
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h92 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/musl/porting/liteos_m/user/include/
Dtime.h91 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/musl/include/
Dtime.h91 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h92 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/musl/ndk_musl_include/
Dtime.h91 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h103 #define CLOCK_MONOTONIC_COARSE 6 macro
/third_party/weston/clients/
Dweston-info.c1719 [CLOCK_MONOTONIC_COARSE] = "CLOCK_MONOTONIC_COARSE", in clock_name()
/third_party/weston/compositor/
Dmain.c777 [CLOCK_MONOTONIC_COARSE] = "CLOCK_MONOTONIC_COARSE", in clock_name()
/third_party/weston/libweston/
Dcompositor.c7679 CLOCK_MONOTONIC_COARSE, /* no jumps, may crawl, fast & coarse */ in weston_compositor_set_presentation_clock_software()
/third_party/libuv/
DChangeLog4524 * linux: use CLOCK_MONOTONIC_COARSE if available (Ben Noordhuis)