.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_join_thread" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_join_thread - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_join_thread(ALLEGRO_THREAD *thread, void **ret_value) \f[R] .fi .SH DESCRIPTION .PP Wait for the thread to finish executing. This implicitly calls al_set_thread_should_stop(3alleg5) first. .PP If \f[C]ret_value\f[R] is non-\f[C]NULL\f[R], the value returned by the thread function will be stored at the location pointed to by \f[C]ret_value\f[R]. .SH SEE ALSO .PP al_set_thread_should_stop(3alleg5), al_get_thread_should_stop(3alleg5), al_destroy_thread(3alleg5).