Home
last modified time | relevance | path

Searched refs:clocks (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DTimers.cpp37 static constexpr clockid_t clocks[] = {CLOCK_REALTIME, CLOCK_MONOTONIC, in systemTime() local
40 static_assert(clock_id_max == arraysize(clocks)); in systemTime()
42 clock_gettime(clocks[clock], &t); in systemTime()