Name

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(3)

COPYRIGHT

This manual page is taken from the SDL library, licensed under GNU LGPL.