Searched refs:native_tick_count (Results 1 – 3 of 3) sorted by relevance
34 ULONG native_tick_count = 0; variable48 if (new_native_tick_count < native_tick_count) { in GetSystemClockTickCount()52 native_tick_count = new_native_tick_count; in GetSystemClockTickCount()53 return overflow_tick_count + native_tick_count; in GetSystemClockTickCount()
32 TickType_t native_tick_count = 0; variable48 if (new_native_tick_count < native_tick_count) { in GetSystemClockTickCount()52 native_tick_count = new_native_tick_count; in GetSystemClockTickCount()53 return overflow_tick_count + native_tick_count; in GetSystemClockTickCount()
30 uint32_t native_tick_count = 0; variable54 if (new_native_tick_count < native_tick_count) { in GetSystemClockTickCount()58 native_tick_count = new_native_tick_count; in GetSystemClockTickCount()59 return overflow_tick_count + native_tick_count; in GetSystemClockTickCount()