DDraceNetwork Documentation
Loading...
Searching...
No Matches
thread.h File Reference
This graph shows which files directly or indirectly include this file:

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)