.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" 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_destroy_thread" "3" "" "Allegro reference manual" "" .hy .SH NAME .PP al_destroy_thread - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_destroy_thread(ALLEGRO_THREAD *thread) \f[R] .fi .SH DESCRIPTION .PP Free the resources used by a thread. Implicitly performs al_join_thread(3) on the thread if it hasn\[cq]t been done already. .PP Does nothing if \f[V]thread\f[R] is NULL. .SH SEE ALSO .PP al_join_thread(3).