1al_destroy_cond(3) Library Functions Manual al_destroy_cond(3)
23
4
NAME
6al_destroy_cond
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_cond(ALLEGRO_COND *cond)
12
DESCRIPTION
14Destroy a condition variable.
1516
Destroying a condition variable which has threads block on it results
17in undefined behaviour.
1819
Does nothing if cond is NULL.
2021
22
23
Allegro reference manual al_destroy_cond(3)