OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_SetTimerThreaded
(Results
1 - 13
of
13
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/timer/
SDL_timer_c.h
40
extern int
SDL_SetTimerThreaded
(int value);
SDL_timer.c
56
int
SDL_SetTimerThreaded
(int value)
/external/qemu/distrib/sdl-1.2.15/src/timer/dummy/
SDL_systimer.c
68
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/
SDL_systimer.c
72
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/dc/
SDL_systimer.c
77
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
SDL_systimer.cpp
90
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c
131
return(
SDL_SetTimerThreaded
(1));
174
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/
SDL_systimer.c
123
return(
SDL_SetTimerThreaded
(0));
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
SDL_systimer.c
208
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/win32/
SDL_systimer.c
138
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c
204
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c
215
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c
139
SDL_SetTimerThreaded
(0);
171
SDL_SetTimerThreaded
(2);
Completed in 197 milliseconds