Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/timer/unix/
A DSDL_systimer.c73 static SDL_bool has_monotonic_time = SDL_FALSE; variable
88 has_monotonic_time = SDL_TRUE; in SDL_TicksInit()
93 has_monotonic_time = SDL_TRUE; in SDL_TicksInit()
116 if (has_monotonic_time) { in SDL_GetTicks()
145 if (has_monotonic_time) { in SDL_GetPerformanceCounter()
177 if (has_monotonic_time) { in SDL_GetPerformanceFrequency()

Completed in 7 milliseconds