.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_destroy_thread" "3alleg5" "" "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(3alleg5) on the thread if it hasn\[cq]t been done already. .PP Does nothing if \f[C]thread\f[R] is NULL. .SH SEE ALSO .PP al_join_thread(3alleg5).