Searched refs:clock_id_max (Results 1 – 1 of 1) sorted by relevance
28 static constexpr size_t clock_id_max = 5; variable31 if (clock < 0 || clock >= clock_id_max) abort(); in checkClockId()40 static_assert(clock_id_max == arraysize(clocks)); in systemTime()