1al_destroy_thread(3)                                      al_destroy_thread(3)
2
3
4

NAME

6       al_destroy_thread - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_destroy_thread(ALLEGRO_THREAD *thread)
12

DESCRIPTION

14       Free   the   resources   used   by   a   thread.   Implicitly  performs
15       al_join_thread(3) on the thread if it hasn’t been done already.
16
17       Does nothing if thread is NULL.
18

SEE ALSO

20       al_join_thread(3).
21
22
23
24Allegro reference manual                                  al_destroy_thread(3)
Impressum