|
NAMEal_start_thread - Allegro 5 APISYNOPSIS
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).
Visit the GSP FreeBSD Man Page Interface. |