SDL_DestroyMutex — Destroy a mutex
#include "SDL.h" #include "SDL_thread.h"
void SDL_DestroyMutex(
)
Destroy a previously created mutex.
SDL_CreateMutex(3)
This manual page is taken from the SDL library, licensed under GNU LGPL.