SDL_DestroyCond (3) - Linux Manuals
SDL_DestroyCond: Destroy a condition variable
Command to display SDL_DestroyCond
manual in Linux: $ man 3 SDL_DestroyCond
NAME
SDL_DestroyCond - Destroy a condition variable
SYNOPSIS
#include "SDL.h"
#include "SDL_thread.h"
void SDL_DestroyCond(SDL_cond *cond);
DESCRIPTION
Destroys a condition variable.
Pages related to SDL_DestroyCond