QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Light thread handling.

Macros

#define LOCK
 
#define UNLOCK
 

Typedefs

typedef void *( threadfunc_t )(void *)
 

Functions

void InitThreads (void)
 
void RunThreadsOn (threadfunc_t func)
 

Variables

int numthreads
 

Detailed Description

Macro Definition Documentation

#define LOCK
#define UNLOCK

Typedef Documentation

typedef void*( threadfunc_t)(void *)

Function Documentation

void InitThreads ( void  )
void RunThreadsOn ( threadfunc_t  func)

Variable Documentation

int numthreads