1al_wait_cond_until(3)      Library Functions Manual      al_wait_cond_until(3)
2
3
4

NAME

6       al_wait_cond_until
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              int al_wait_cond_until(ALLEGRO_COND *cond, ALLEGRO_MUTEX *mutex,
12                 const ALLEGRO_TIMEOUT *timeout)
13

DESCRIPTION

15       Like  al_wait_cond(3)  but  the  call  can  return if the absolute time
16       passes timeout before the condition is signalled.
17
18       Returns zero on success, non-zero if the call timed out.
19

SEE ALSO

21       al_wait_cond(3)
22
23
24
25Allegro reference manual                                 al_wait_cond_until(3)
Impressum