SDL_DestroyMutex(3)

Destroy a mutex

Section 3 libsdl1.2-dev bookworm source

Description

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.

SEE ALSO

SDL_CreateMutex