1al_start_thread(3) al_start_thread(3)
23
4
NAME
6al_start_thread - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_start_thread(ALLEGRO_THREAD *thread)
12
DESCRIPTION
14When a thread is created, it is initially in a suspended state. Call‐
15ing al_start_thread(3) will start its actual execution.
1617
Starting a thread which has already been started does nothing.
18
SEE ALSO
20al_create_thread(3).
2122
23
24
Allegro reference manual al_start_thread(3)