HomeSort by relevance Sort by last modified time
    Searched refs:monotonic_clock (Results 1 - 6 of 6) 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) {
  /system/security/keystore/tests/
auth_token_table_test.cpp 87 static time_t monotonic_clock() { function in namespace:keystore::test
126 AuthTokenTable table(3, monotonic_clock);
148 AuthTokenTable table(3, monotonic_clock);
285 AuthTokenTable table(5, monotonic_clock);
290 // monotonic_clock "ticks" one second each time it's called, which is once per request, so the
  /external/skqp/include/private/
GrTypesPriv.h 18 // The old libstdc++ uses the draft name "monotonic_clock" rather than "steady_clock". This might
22 using GrStdSteadyClock = std::chrono::monotonic_clock;
    [all...]
  /external/skia/include/private/
GrTypesPriv.h 19 // The old libstdc++ uses the draft name "monotonic_clock" rather than "steady_clock". This might
23 using GrStdSteadyClock = std::chrono::monotonic_clock;
    [all...]

Completed in 310 milliseconds