Home
last modified time | relevance | path

Searched defs:clock (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dtime_utils.cc224 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec()
/art/runtime/base/
Dmutex.cc1063 int clock = CLOCK_MONOTONIC; in TimedWait() local
1065 int clock = CLOCK_REALTIME; in TimedWait() local