.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .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[V]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)