Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/timer/unix/
DSDL_systimer.c67 static SDL_bool has_monotonic_time = SDL_FALSE; variable
82 has_monotonic_time = SDL_TRUE; in SDL_TicksInit()
87 has_monotonic_time = SDL_TRUE; in SDL_TicksInit()
110 if (has_monotonic_time) { in SDL_GetTicks()
140 if (has_monotonic_time) { in SDL_GetPerformanceCounter()
172 if (has_monotonic_time) { in SDL_GetPerformanceFrequency()