Searched refs:SDL_timer_threaded (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/timer/
H A DSDL_timer.c39 static int SDL_timer_threaded = 0; variable
65 SDL_timer_threaded = value;
78 if ( ! SDL_timer_threaded ) {
81 if ( SDL_timer_threaded ) {
93 if ( SDL_timer_threaded < 2 ) {
96 if ( SDL_timer_threaded ) {
101 SDL_timer_threaded = 0;
196 if ( ! SDL_timer_threaded ) {
251 if ( SDL_timer_threaded ) {
255 if ( SDL_timer_threaded ) {
[all...]

Completed in 34 milliseconds