SDL_DestroyMutex 453 src/audio/SDL_audio.c                    SDL_DestroyMutex(audio->mixer_lock);
SDL_DestroyMutex 181 src/events/SDL_events.c          SDL_DestroyMutex(SDL_EventLock.lock);
SDL_DestroyMutex 183 src/events/SDL_events.c  SDL_DestroyMutex(SDL_EventQ.lock);
SDL_DestroyMutex  81 src/thread/SDL_thread.c          SDL_DestroyMutex(mutex);
SDL_DestroyMutex  81 src/thread/generic/SDL_syscond.c                         SDL_DestroyMutex(cond->lock);
SDL_DestroyMutex 126 src/thread/generic/SDL_syssem.c          SDL_DestroyMutex(sem->count_lock);
SDL_DestroyMutex 106 src/timer/SDL_timer.c            SDL_DestroyMutex(SDL_timer_mutex);
SDL_DestroyMutex  70 src/video/SDL_cursor.c           SDL_DestroyMutex(SDL_cursorlock);
SDL_DestroyMutex 393 src/video/aalib/SDL_aavideo.c    SDL_DestroyMutex(AA_mutex);
SDL_DestroyMutex 952 src/video/dga/SDL_dgavideo.c                     SDL_DestroyMutex(hw_lock);
SDL_DestroyMutex 1375 src/video/fbcon/SDL_fbvideo.c           SDL_DestroyMutex(hw_lock);
SDL_DestroyMutex  35 test/testlock.c  SDL_DestroyMutex(mutex);