HomeSort by relevance Sort by last modified time
    Searched refs:monotonic_clock (Results 1 - 5 of 5) sorted by null

  /external/libevent/
time-internal.h 70 int monotonic_clock; member in struct:evutil_monotonic_timer
evutil_time.c 284 base->monotonic_clock = CLOCK_MONOTONIC_COARSE;
290 base->monotonic_clock = CLOCK_MONOTONIC;
298 base->monotonic_clock = -1;
308 if (base->monotonic_clock < 0) {
315 if (clock_gettime(base->monotonic_clock, &ts) == -1)
epoll.c 192 base->monotonic_timer.monotonic_clock == CLOCK_MONOTONIC) {
  /external/skia/include/private/
GrTypesPriv.h 22 // The old libstdc++ uses the draft name "monotonic_clock" rather than "steady_clock". This might
26 using GrStdSteadyClock = std::chrono::monotonic_clock;
    [all...]
  /external/skqp/include/private/
GrTypesPriv.h 22 // The old libstdc++ uses the draft name "monotonic_clock" rather than "steady_clock". This might
26 using GrStdSteadyClock = std::chrono::monotonic_clock;
    [all...]

Completed in 403 milliseconds