OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_Delay
(Results
1 - 13
of
13
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/timer/dummy/
SDL_systimer.c
39
void
SDL_Delay
(Uint32 ms)
56
SDL_Delay
(1);
/external/qemu/distrib/sdl-1.2.12/src/timer/beos/
SDL_systimer.c
45
void
SDL_Delay
(Uint32 ms)
60
SDL_Delay
(10);
/external/qemu/distrib/sdl-1.2.12/src/timer/dc/
SDL_systimer.c
50
void
SDL_Delay
(Uint32 ms)
65
SDL_Delay
(10);
/external/qemu/distrib/sdl-1.2.12/src/timer/epoc/
SDL_systimer.cpp
61
void
SDL_Delay
(Uint32 ms)
79
SDL_Delay
(10);
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_systimer.c
89
void
SDL_Delay
(Uint32 ms)
/external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
SDL_systimer.c
85
void
SDL_Delay
(Uint32 ms)
143
void
SDL_Delay
(Uint32 ms)
223
WaitTOF(); // Check the timer every fifth of seconds. Was
SDL_Delay
(1)->BusyWait!
/external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c
84
void
SDL_Delay
(Uint32 ms)
196
SDL_Delay
(1);
/external/qemu/distrib/sdl-1.2.12/src/timer/unix/
SDL_systimer.c
88
void
SDL_Delay
(Uint32 ms)
203
SDL_Delay
(1);
/external/qemu/distrib/sdl-1.2.12/src/timer/win32/
SDL_systimer.c
107
void
SDL_Delay
(Uint32 ms)
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/
SDL_MPWtimer.c
71
void
SDL_Delay
(Uint32 ms)
SDL_systimer.c
68
void
SDL_Delay
(Uint32 ms)
100
void
SDL_Delay
(Uint32 ms)
/external/qemu/distrib/sdl-1.2.12/src/timer/wince/
SDL_systimer.c
83
void
SDL_Delay
(Uint32 ms)
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/
SDL_systimer.c
94
DECLSPEC void SDLCALL
SDL_Delay
(Uint32 ms)
177
SDL_SetError("[
SDL_Delay
] : Had error in %s(), rc is 0x%x\n", e, badrc);
192
SDL_Delay
(10);
Completed in 106 milliseconds