OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timer_installed
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/
SDL_systimer.c
104
static SDL_bool
timer_installed
=SDL_FALSE;
variable
115
timer_installed
= !SDL_AtariVblInstall(SDL_ThreadedTimerCheck);
118
if (!
timer_installed
) {
129
if (
timer_installed
) {
133
timer_installed
= SDL_FALSE;
Completed in 47 milliseconds