1al_destroy_thread(3) al_destroy_thread(3)
23
4
NAME
6al_destroy_thread - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_thread(ALLEGRO_THREAD *thread)
12
DESCRIPTION
14Free the resources used by a thread. Implicitly performs
15al_join_thread(3) on the thread if it hasn’t been done already.
1617
Does nothing if thread is NULL.
18
SEE ALSO
20al_join_thread(3).
2122
23
24
Allegro reference manual al_destroy_thread(3)