|
NAMEal_start_thread - Allegro 5 API SYNOPSIS
DESCRIPTIONWhen a thread is created, it is initially in a suspended state. Calling al_start_thread(3) will start its actual execution. Starting a thread which has already been started does nothing. SEE ALSOal_create_thread(3).
|