Searched refs:overflow_tick_count (Results 1 – 3 of 3) sorted by relevance
33 int64_t overflow_tick_count = 0; variable50 overflow_tick_count += kNativeOverflowTickCount; in GetSystemClockTickCount()53 return overflow_tick_count + native_tick_count; in GetSystemClockTickCount()
31 int64_t overflow_tick_count = 0; variable50 overflow_tick_count += kNativeOverflowTickCount; in GetSystemClockTickCount()53 return overflow_tick_count + native_tick_count; in GetSystemClockTickCount()
29 int64_t overflow_tick_count = 0; variable56 overflow_tick_count += kNativeOverflowTickCount; in GetSystemClockTickCount()59 return overflow_tick_count + native_tick_count; in GetSystemClockTickCount()