|
NAMEal_create_thread - Allegro 5 APISYNOPSIS
DESCRIPTIONSpawn a new thread which begins executing proc. The new thread is passed its own thread handle and the value arg.Returns a pointer to the thread on success. Otherwise, returns NULL if there was an error. SEE ALSOal_start_thread(3), al_join_thread(3).
Visit the GSP FreeBSD Man Page Interface. |