logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_start_thread - Allegro 5 API

Description

       When  a  thread  is created, it is initially in a suspended state.  Calling al_start_thread(3alleg5) will
       start its actual execution.

       Starting a thread which has already been started does nothing.

Name

       al_start_thread - Allegro 5 API

See Also

al_create_thread(3alleg5).

Allegro reference manual                                                                al_start_thread(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_start_thread(ALLEGRO_THREAD *thread)

See Also