Macros | |
#define | LOCK |
#define | UNLOCK |
Typedefs | |
typedef void *( | threadfunc_t )(void *) |
Functions | |
void | InitThreads (void) |
void | RunThreadsOn (threadfunc_t func) |
Variables | |
int | numthreads |
#define LOCK |
#define UNLOCK |
typedef void*( threadfunc_t)(void *) |
void InitThreads | ( | void | ) |
void RunThreadsOn | ( | threadfunc_t | func | ) |
int numthreads |