Home
last modified time | relevance | path

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

/external/pigweed/pw_chrono_threadx/
Dsystem_clock.cc46 const ULONG new_native_tick_count = tx_time_get(); in GetSystemClockTickCount() local
48 if (new_native_tick_count < native_tick_count) { in GetSystemClockTickCount()
52 native_tick_count = new_native_tick_count; in GetSystemClockTickCount()
/external/pigweed/pw_chrono_freertos/
Dsystem_clock.cc44 const TickType_t new_native_tick_count = interrupt::InInterruptContext() in GetSystemClockTickCount() local
48 if (new_native_tick_count < native_tick_count) { in GetSystemClockTickCount()
52 native_tick_count = new_native_tick_count; in GetSystemClockTickCount()
/external/pigweed/pw_chrono_embos/
Dsystem_clock.cc52 const uint32_t new_native_tick_count = GetUint32TickCount(); in GetSystemClockTickCount() local
54 if (new_native_tick_count < native_tick_count) { in GetSystemClockTickCount()
58 native_tick_count = new_native_tick_count; in GetSystemClockTickCount()