Searched refs:CLOCK_MONOTONIC_COARSE (Results 1 – 20 of 20) sorted by relevance
/third_party/ltp/include/lapi/ |
D | posix_clocks.h | 22 #ifndef CLOCK_MONOTONIC_COARSE 23 # define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/libuv/src/unix/ |
D | linux-core.c | 66 #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/ |
D | time.h | 77 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime01.c | 47 .clktype = CLOCK_MONOTONIC_COARSE,
|
D | clock_gettime02.c | 69 .clktype = CLOCK_MONOTONIC_COARSE,
|
D | clock_gettime03.c | 35 {CLOCK_MONOTONIC_COARSE, CLOCK_MONOTONIC, 100},
|
D | clock_gettime04.c | 32 CLOCK_MONOTONIC_COARSE,
|
/third_party/ltp/testcases/kernel/syscalls/clock_getres/ |
D | clock_getres01.c | 30 {"CLOCK_MONOTONIC_COARSE", CLOCK_MONOTONIC_COARSE, 0, 0,},
|
/third_party/ltp/lib/ |
D | tst_clocks.c | 131 case CLOCK_MONOTONIC_COARSE: in tst_clock_name()
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime02.c | 72 .type = CLOCK_MONOTONIC_COARSE,
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 92 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 91 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/musl/include/ |
D | time.h | 91 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 92 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 91 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 103 #define CLOCK_MONOTONIC_COARSE 6 macro
|
/third_party/weston/clients/ |
D | weston-info.c | 1719 [CLOCK_MONOTONIC_COARSE] = "CLOCK_MONOTONIC_COARSE", in clock_name()
|
/third_party/weston/compositor/ |
D | main.c | 777 [CLOCK_MONOTONIC_COARSE] = "CLOCK_MONOTONIC_COARSE", in clock_name()
|
/third_party/weston/libweston/ |
D | compositor.c | 7679 CLOCK_MONOTONIC_COARSE, /* no jumps, may crawl, fast & coarse */ in weston_compositor_set_presentation_clock_software()
|
/third_party/libuv/ |
D | ChangeLog | 4524 * linux: use CLOCK_MONOTONIC_COARSE if available (Ben Noordhuis)
|