.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_wait_cond_until" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_wait_cond_until - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include int al_wait_cond_until(ALLEGRO_COND *cond, ALLEGRO_MUTEX *mutex, const ALLEGRO_TIMEOUT *timeout) \f[R] .fi .SH DESCRIPTION .PP Like al_wait_cond(3alleg5) but the call can return if the absolute time passes \f[C]timeout\f[R] before the condition is signalled. .PP Returns zero on success, non-zero if the call timed out. .SH SEE ALSO .PP al_wait_cond(3alleg5)