HomeSort by relevance Sort by last modified time
    Searched refs:SDL_Delay (Results 1 - 25 of 45) sorted by null

1 2

  /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/include/
SDL_timer.h 49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_timer.h 49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_timer.h 49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_timer.h 54 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
  /prebuilt/windows/sdl/include/SDL/
SDL_timer.h 49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
  /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/main/beos/
SDL_BeApp.cc 78 SDL_Delay(10);
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_syssem.c 103 SDL_Delay(timeout);
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syssem.c 122 SDL_Delay(1);
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
SDL_systimer.c 68 void SDL_Delay(Uint32 ms)
100 void SDL_Delay(Uint32 ms)
SDL_MPWtimer.c 71 void SDL_Delay(Uint32 ms)
  /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/audio/esd/
SDL_esdaudio.c 204 SDL_Delay(ticks);
216 SDL_Delay(1); /* Let a little CPU time go by */
  /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/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);
  /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/audio/dummy/
SDL_dummyaudio.c 106 SDL_Delay(this->hidden->write_delay);
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syssem.c 169 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/wince/
SDL_systimer.c 83 void SDL_Delay(Uint32 ms)
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 68 SDL_Delay(1);
125 SDL_Delay(1);
408 case 0: SDL_Delay(10);

Completed in 298 milliseconds

1 2