Searched refs:kWallTimeClockSource (Results 1 – 2 of 2) sorted by relevance
115 constexpr clockid_t kWallTimeClockSource = CLOCK_MONOTONIC; variable130 return res == 0 ? CLOCK_BOOTTIME : kWallTimeClockSource; in GetBootTimeNs()136 return GetTimeInternalNs(kWallTimeClockSource); in GetWallTimeNs()
28 timerfd_create(kWallTimeClockSource, TFD_NONBLOCK | TFD_CLOEXEC)) { in AndroidTaskRunner()