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

Go to the source code of this file.
Typedefs | |
| typedef void * | mutex_t |
Functions | |
| mutex_t * | MutexAlloc (void) |
| void | MutexLock (mutex_t *m) |
| void | MutexUnlock (mutex_t *m) |
|
|
Definition at line 24 of file mutex.h. Referenced by MutexAlloc(). |
|
|
Definition at line 192 of file mutex.c. References mutex_t. Referenced by VL_InitSurfacesForTesting(), and VS_InitSurfacesForTesting(). 00193 {
00194 return NULL;
00195 }
|
|
|
Definition at line 184 of file mutex.c. Referenced by VL_LightSurfaceWithVolume(), VL_SurfaceRadiosity(), VS_LightSurfaceWithVolume(), and VS_SurfaceRadiosity(). 00185 {
00186 }
|
|
|
Definition at line 188 of file mutex.c. Referenced by VL_LightSurfaceWithVolume(), VL_SurfaceRadiosity(), VS_LightSurfaceWithVolume(), and VS_SurfaceRadiosity(). 00189 {
00190 }
|
1.3.9.1