SYNOPSIS
-
#include <allegro5/allegro.h>
void al_broadcast_cond(ALLEGRO_COND *cond)
DESCRIPTION
Unblock all threads currently waiting on a condition variable. That is, broadcast that some condition which those threads were waiting for has become true.