![]() |
DDraceNetwork Documentation
|
Go to the source code of this file.
Functions | |
| void * | thread_init (void(*threadfunc)(void *), void *user, const char *name) |
| void | thread_wait (void *thread) |
| void | thread_yield () |
| void | thread_detach (void *thread) |
| void | thread_init_and_detach (void(*threadfunc)(void *), void *user, const char *name) |