1al_create_thread(3)        Library Functions Manual        al_create_thread(3)
2
3
4

NAME

6       al_create_thread
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              ALLEGRO_THREAD *al_create_thread(
12                 void *(*proc)(ALLEGRO_THREAD *thread, void *arg), void *arg)
13

DESCRIPTION

15       Spawn  a  new  thread  which  begins executing proc.  The new thread is
16       passed its own thread handle and the value arg.
17
18       Returns true if the thread was created, false if there was an error.
19

SEE ALSO

21       al_start_thread(3), al_join_thread(3).
22
23
24
25Allegro reference manual                                   al_create_thread(3)
Impressum