SDL_DestroyMutex- Destroy a mutex
#include "SDL.h" #include "SDL_thread.h" void SDL_DestroyMutex(SDL_mutex *mutex);
#include "SDL.h" #include "SDL_thread.h"
void SDL_DestroyMutex(SDL_mutex *mutex);
Destroy a previously created mutex.
SDL_CreateMutex Jump to page or go to Top of page | Section 3 | OpenSolaris Man Main Index.
SDL_CreateMutex