OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_SetTimerThreaded
(Results
1 - 14
of
14
) sorted by null
/external/qemu/distrib/sdl-1.2.12/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.12/src/timer/dummy/
SDL_systimer.c
68
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.12/src/timer/beos/
SDL_systimer.c
72
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.12/src/timer/dc/
SDL_systimer.c
77
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.12/src/timer/epoc/
SDL_systimer.cpp
91
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.12/src/timer/wince/
SDL_systimer.c
131
return(
SDL_SetTimerThreaded
(1));
174
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_systimer.c
121
return(
SDL_SetTimerThreaded
(0));
/external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c
208
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.12/src/timer/win32/
SDL_systimer.c
138
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c
139
SDL_SetTimerThreaded
(0);
171
SDL_SetTimerThreaded
(2);
/external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
SDL_systimer.c
244
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/
SDL_systimer.c
204
return(
SDL_SetTimerThreaded
(1));
/external/qemu/distrib/sdl-1.2.12/src/timer/unix/
SDL_systimer.c
215
return(
SDL_SetTimerThreaded
(1));
Completed in 179 milliseconds