Home
last modified time | relevance | path

Searched refs:SDL_DestroyMutex (Results 1 – 25 of 25) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
DSDL_sysmutex.cpp69 SDL_DestroyMutex ((SDL_mutex*) aMutex); in DeleteMutex()
89 void SDL_DestroyMutex(SDL_mutex *mutex) in SDL_DestroyMutex() function
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/
DSDL_sysmutex.c56 void SDL_DestroyMutex(SDL_mutex *mutex) in SDL_DestroyMutex() function
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
DSDL_sysmutex.c58 void SDL_DestroyMutex(SDL_mutex *mutex) in SDL_DestroyMutex() function
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
DSDL_sysmutex.c55 void SDL_DestroyMutex(SDL_mutex *mutex) in SDL_DestroyMutex() function
DSDL_syscond.c73 SDL_DestroyMutex(cond->lock); in SDL_DestroyCond()
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/
DSDL_sysmutex.c65 DECLSPEC void SDLCALL SDL_DestroyMutex(SDL_mutex *mutex) in SDL_DestroyMutex() function
DSDL_syscond.c73 SDL_DestroyMutex(cond->lock); in SDL_DestroyCond()
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/
DSDL_sysmutex.c59 void SDL_DestroyMutex(SDL_mutex *mutex) in SDL_DestroyMutex() function
DSDL_syscond.c73 SDL_DestroyMutex(cond->lock); in SDL_DestroyCond()
DSDL_syssem.c120 SDL_DestroyMutex(sem->count_lock); in SDL_DestroySemaphore()
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
DSDL_sysmutex.c67 void SDL_DestroyMutex(SDL_mutex *mutex) in SDL_DestroyMutex() function
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
DSDL_sysmutex.c68 void SDL_DestroyMutex(SDL_mutex *mutex) in SDL_DestroyMutex() function
/external/qemu/distrib/sdl-1.2.15/test/
Dtestlock.c44 SDL_DestroyMutex(mutex); in closemutex()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_mutex.h77 extern DECLSPEC void SDLCALL SDL_DestroyMutex(SDL_mutex *mutex);
/external/qemu/distrib/sdl-1.2.15/src/events/
DSDL_events.c193 SDL_DestroyMutex(SDL_EventLock.lock); in SDL_StopEventThread()
197 SDL_DestroyMutex(SDL_EventQ.lock); in SDL_StopEventThread()
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
DSDL.x89 SDL_DestroyMutex
/external/qemu/distrib/sdl-1.2.15/src/thread/
DSDL_thread.c65 SDL_DestroyMutex(mutex); in SDL_ThreadsQuit()
/external/qemu/distrib/sdl-1.2.15/src/timer/
DSDL_timer.c97 SDL_DestroyMutex(SDL_timer_mutex); in SDL_TimerQuit()
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
DSDL_cacavideo.c302 SDL_DestroyMutex(Caca_mutex); in Caca_VideoQuit()
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
DSDL_aavideo.c385 SDL_DestroyMutex(AA_mutex); in AA_VideoQuit()
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audio.c632 SDL_DestroyMutex(audio->mixer_lock); in SDL_AudioQuit()
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
DSDL_dgavideo.c1074 SDL_DestroyMutex(hw_lock); in DGA_VideoQuit()
1079 SDL_DestroyMutex(event_lock); in DGA_VideoQuit()
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
DSDL_vglvideo.c470 SDL_DestroyMutex(hw_lock); in VGL_VideoQuit()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_cursor.c61 SDL_DestroyMutex(SDL_cursorlock); in SDL_CursorQuit()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c1940 SDL_DestroyMutex(hw_lock); in FB_VideoQuit()