HomeSort by relevance Sort by last modified time
    Searched refs:SDL_DestroySemaphore (Results 1 - 22 of 22) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_syssem.c 42 void SDL_DestroySemaphore(SDL_sem *sem)
93 void SDL_DestroySemaphore(SDL_sem *sem)
SDL_syscond.c 67 SDL_DestroySemaphore(cond->wait_sem);
70 SDL_DestroySemaphore(cond->wait_done);
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_syssem.c 39 void SDL_DestroySemaphore(SDL_sem *sem)
98 SDL_DestroySemaphore(sem);
108 void SDL_DestroySemaphore(SDL_sem *sem)
SDL_syscond.c 67 SDL_DestroySemaphore(cond->wait_sem);
70 SDL_DestroySemaphore(cond->wait_done);
SDL_sysmutex.c 63 SDL_DestroySemaphore(mutex->sem);
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syssem.c 42 void SDL_DestroySemaphore(SDL_sem *sem)
106 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_syscond.c 67 SDL_DestroySemaphore(cond->wait_sem);
70 SDL_DestroySemaphore(cond->wait_done);
SDL_syssem.c 70 DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mutex.h 87 extern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem);
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_syssem.c 59 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_syssem.c 55 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syssem.c 58 void SDL_DestroySemaphore(SDL_sem *sem)
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_mutex.h 87 extern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_mutex.h 87 extern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_mutex.h 92 extern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem);
  /prebuilt/windows/sdl/include/SDL/
SDL_mutex.h 87 extern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem);
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_syssem.c 72 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_syssem.cpp 71 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.12/src/thread/irix/
SDL_syssem.c 87 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 91 SDL_DestroySemaphore
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread.c 260 SDL_DestroySemaphore(args->wait);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 371 SDL_DestroySemaphore (sem1);
372 SDL_DestroySemaphore (sem2);
    [all...]

Completed in 838 milliseconds