Searched refs:monotonic_clock (Results 1 – 5 of 5) sorted by relevance
329 base->monotonic_clock = CLOCK_MONOTONIC_COARSE; in evutil_configure_monotonic_time_()335 base->monotonic_clock = CLOCK_MONOTONIC; in evutil_configure_monotonic_time_()343 base->monotonic_clock = -1; in evutil_configure_monotonic_time_()353 if (base->monotonic_clock < 0) { in evutil_gettime_monotonic_()360 if (clock_gettime(base->monotonic_clock, &ts) == -1) in evutil_gettime_monotonic_()
71 int monotonic_clock; member
192 base->monotonic_timer.monotonic_clock == CLOCK_MONOTONIC) { in epoll_init()
26 using GrStdSteadyClock = std::chrono::monotonic_clock;
27 using GrStdSteadyClock = std::chrono::monotonic_clock;