Searched refs:clocks (Results 1 – 1 of 1) sorted by relevance
37 static constexpr clockid_t clocks[] = {CLOCK_REALTIME, CLOCK_MONOTONIC, in systemTime() local40 static_assert(clock_id_max == arraysize(clocks)); in systemTime()42 clock_gettime(clocks[clock], &t); in systemTime()