Searched refs:SDL_DestroySemaphore (Results 1 - 18 of 18) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/thread/dc/
H A DSDL_syssem.c42 void SDL_DestroySemaphore(SDL_sem *sem) function
93 void SDL_DestroySemaphore(SDL_sem *sem) function
H A DSDL_syscond.c67 SDL_DestroySemaphore(cond->wait_sem);
70 SDL_DestroySemaphore(cond->wait_done);
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/
H A DSDL_syssem.c39 void SDL_DestroySemaphore(SDL_sem *sem) function
98 SDL_DestroySemaphore(sem);
108 void SDL_DestroySemaphore(SDL_sem *sem) function
H A DSDL_syscond.c67 SDL_DestroySemaphore(cond->wait_sem);
70 SDL_DestroySemaphore(cond->wait_done);
H A DSDL_sysmutex.c63 SDL_DestroySemaphore(mutex->sem);
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
H A DSDL_syssem.c42 void SDL_DestroySemaphore(SDL_sem *sem) function
106 void SDL_DestroySemaphore(SDL_sem *sem) function
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/
H A DSDL_syscond.c67 SDL_DestroySemaphore(cond->wait_sem);
70 SDL_DestroySemaphore(cond->wait_done);
H A DSDL_syssem.c70 DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem) function
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_mutex.h87 extern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem);
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
H A DSDL_syssem.c59 void SDL_DestroySemaphore(SDL_sem *sem) function
/external/qemu/distrib/sdl-1.2.12/src/thread/beos/
H A DSDL_syssem.c55 void SDL_DestroySemaphore(SDL_sem *sem) function
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
H A DSDL_syssem.c58 void SDL_DestroySemaphore(SDL_sem *sem) function
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/
H A DSDL_syssem.c72 void SDL_DestroySemaphore(SDL_sem *sem) function
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
H A DSDL_syssem.cpp71 void SDL_DestroySemaphore(SDL_sem *sem) function
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/
H A DSDL_syssem.c87 void SDL_DestroySemaphore(SDL_sem *sem) function
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
H A DSDL.x91 SDL_DestroySemaphore
/external/qemu/distrib/sdl-1.2.12/src/thread/
H A DSDL_thread.c260 SDL_DestroySemaphore(args->wait);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.m371 SDL_DestroySemaphore (sem1);
372 SDL_DestroySemaphore (sem2);

Completed in 2174 milliseconds