1al_wait_cond_until(3) al_wait_cond_until(3)
23
4
NAME
6al_wait_cond_until - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_wait_cond_until(ALLEGRO_COND *cond, ALLEGRO_MUTEX *mutex,
12const ALLEGRO_TIMEOUT *timeout)
13
DESCRIPTION
15Like al_wait_cond(3) but the call can return if the absolute time pass‐
16es timeout before the condition is signalled.
1718
Returns zero on success, non-zero if the call timed out.
19
SEE ALSO
21al_wait_cond(3)
2223
24
25
Allegro reference manual al_wait_cond_until(3)