HomeSort by: relevance | last modified time | path
    Searched defs:CLOCK_MONOTONIC_COARSE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
linux-core.c 66 #ifndef CLOCK_MONOTONIC_COARSE
67 # define CLOCK_MONOTONIC_COARSE 6
126 /* Prefer CLOCK_MONOTONIC_COARSE if available but only when it has
127 * millisecond granularity or better. CLOCK_MONOTONIC_COARSE is
131 /* TODO(bnoordhuis) Use CLOCK_MONOTONIC_COARSE for UV_CLOCK_PRECISE
143 if (0 == clock_getres(CLOCK_MONOTONIC_COARSE, &t))
145 clock_id = CLOCK_MONOTONIC_COARSE;
  /src/lib/libc/time/
localtime.c 263 #if !defined CLOCK_MONOTONIC_COARSE && defined CLOCK_MONOTONIC
264 # define CLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC
266 #ifndef CLOCK_MONOTONIC_COARSE
2090 clock_gettime(CLOCK_MONOTONIC_COARSE, &now);

Completed in 79 milliseconds