1al_broadcast_cond(3)                                      al_broadcast_cond(3)
2
3
4

NAME

6       al_broadcast_cond - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

14       Unblock  all  threads  currently waiting on a condition variable.  That
15       is, broadcast that some condition which those threads were waiting  for
16       has become true.
17

SEE ALSO

19       al_signal_cond(3).
20
21              Note:  The  pthreads spec says to lock the mutex associated with
22              cond before signalling for predictable scheduling behaviour.
23
24
25
26Allegro reference manual                                  al_broadcast_cond(3)
Impressum