.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_destroy_cond" "3" "" "Allegro reference manual" .SH NAME al_destroy_cond \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_destroy_cond(ALLEGRO_COND *cond) .EE .SH DESCRIPTION Destroy a condition variable. .PP Destroying a condition variable which has threads block on it results in undefined behaviour. .PP Does nothing if \f[CR]cond\f[R] is \f[CR]NULL\f[R].