Compounds | |||
![]() | ![]() | struct | w3Thread |
Functions | |||
![]() | ![]() | w3Thread* | w3ThreadRun (void* start_func, void* arg) |
![]() | ![]() | boolean | w3ThreadJoin (w3Thread *t) |
![]() | ![]() | boolean | w3ThreadDestroy (w3Thread *t) |
w3Thread * w3ThreadRun (void * start_func, void * arg) |
Starts start_func as a new thread. The pointer to a newly created w3Thread structure is returned.
boolean w3ThreadJoin (w3Thread * t) |
Joins thread t. The structure is deleted.
boolean w3ThreadDestroy (w3Thread * t) |