Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/
H A DTimers.cpp28 static constexpr size_t clock_id_max = 5; variable
31 if (clock < 0 || clock >= clock_id_max) abort(); in checkClockId()
40 static_assert(clock_id_max == arraysize(clocks)); in systemTime()