1al_join_thread(3) al_join_thread(3)
2
3
4
6 al_join_thread - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 void al_join_thread(ALLEGRO_THREAD *thread, void **ret_value)
12
14 Wait for the thread to finish executing. This implicitly calls
15 al_set_thread_should_stop(3) first.
16
17 If ret_value is non-NULL, the value returned by the thread function
18 will be stored at the location pointed to by ret_value.
19
21 al_set_thread_should_stop(3), al_get_thread_should_stop(3), al_de‐
22 stroy_thread(3).
23
24
25
26Allegro reference manual al_join_thread(3)