Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

mutex.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Typedefs

typedef void * mutex_t

Functions

mutex_tMutexAlloc (void)
void MutexLock (mutex_t *m)
void MutexUnlock (mutex_t *m)


Typedef Documentation

typedef void* mutex_t
 

Definition at line 24 of file mutex.h.

Referenced by MutexAlloc().


Function Documentation

mutex_t* MutexAlloc void   ) 
 

Definition at line 192 of file mutex.c.

References mutex_t.

Referenced by VL_InitSurfacesForTesting(), and VS_InitSurfacesForTesting().

00193 {
00194     return NULL;
00195 }

void MutexLock mutex_t m  ) 
 

Definition at line 184 of file mutex.c.

Referenced by VL_LightSurfaceWithVolume(), VL_SurfaceRadiosity(), VS_LightSurfaceWithVolume(), and VS_SurfaceRadiosity().

00185 {
00186 }

void MutexUnlock mutex_t m  ) 
 

Definition at line 188 of file mutex.c.

Referenced by VL_LightSurfaceWithVolume(), VL_SurfaceRadiosity(), VS_LightSurfaceWithVolume(), and VS_SurfaceRadiosity().

00189 {
00190 }


Generated on Thu Aug 25 15:46:30 2005 for Quake III Arena by  doxygen 1.3.9.1