sdl_destroymutex(3) debian man page | unix.com

Man Page: sdl_destroymutex

Operating Environment: debian

Section: 3

SDL_DestroyMutex(3)						 SDL API Reference					       SDL_DestroyMutex(3)

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
SDL
Tue 11 Sep 2001, 23:00 SDL_DestroyMutex(3)
Related Man Pages
sdl_semtrywait(3) - opensolaris
sdl_joystickopen(3) - debian
sdl::video(3) - suse
sdl::mpeg(3pm) - debian
sdl::smpeg(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph