Searched refs:new_native_tick_count (Results 1 – 3 of 3) sorted by relevance
46 const ULONG new_native_tick_count = tx_time_get(); in GetSystemClockTickCount() local48 if (new_native_tick_count < native_tick_count) { in GetSystemClockTickCount()52 native_tick_count = new_native_tick_count; in GetSystemClockTickCount()
44 const TickType_t new_native_tick_count = interrupt::InInterruptContext() in GetSystemClockTickCount() local48 if (new_native_tick_count < native_tick_count) { in GetSystemClockTickCount()52 native_tick_count = new_native_tick_count; in GetSystemClockTickCount()
52 const uint32_t new_native_tick_count = GetUint32TickCount(); in GetSystemClockTickCount() local54 if (new_native_tick_count < native_tick_count) { in GetSystemClockTickCount()58 native_tick_count = new_native_tick_count; in GetSystemClockTickCount()