SDL_DestroyMutex (3) Linux Manual Page
SDL_DestroyMutex – Destroy a mutex
Synopsis
#include "SDL.h" #include "SDL_thread.h"
void SDL_DestroyMutex(SDL_mutex *mutex);
Description
Destroy a previously created mutex.
See Also
SDL_CreateMutex
SDL_DestroyMutex – Destroy a mutex
#include "SDL.h" #include "SDL_thread.h"
void SDL_DestroyMutex(SDL_mutex *mutex);
Destroy a previously created mutex.
SDL_CreateMutex