SDL_DestroyMutex

SDL Library

SDL Library Documentation
Prev Next

SDL_DestroyMutex

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.


Prev Home Next
SDL_CreateMutex Up SDL_mutexP