Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_chrono_threadx/
H A Dsystem_clock.cc33 int64_t overflow_tick_count = 0; variable
50 overflow_tick_count += kNativeOverflowTickCount; in GetSystemClockTickCount()
53 return overflow_tick_count + native_tick_count; in GetSystemClockTickCount()
/aosp_15_r20/external/pigweed/pw_chrono_freertos/
H A Dsystem_clock.cc31 int64_t overflow_tick_count = 0; variable
50 overflow_tick_count += kNativeOverflowTickCount; in GetSystemClockTickCount()
53 return overflow_tick_count + native_tick_count; in GetSystemClockTickCount()
/aosp_15_r20/external/pigweed/pw_chrono_embos/
H A Dsystem_clock.cc29 int64_t overflow_tick_count = 0; variable
56 overflow_tick_count += kNativeOverflowTickCount; in GetSystemClockTickCount()
59 return overflow_tick_count + native_tick_count; in GetSystemClockTickCount()