1al_destroy_cond(3)                                          al_destroy_cond(3)
2
3
4

NAME

6       al_destroy_cond - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_destroy_cond(ALLEGRO_COND *cond)
12

DESCRIPTION

14       Destroy a condition variable.
15
16       Destroying  a  condition variable which has threads block on it results
17       in undefined behaviour.
18
19       Does nothing if cond is NULL.
20
21
22
23Allegro reference manual                                    al_destroy_cond(3)
Impressum