#include <ut_mutex.h>
List of all members.
Detailed Description
Cross-platform mutex class, with brain-dead simple lock and unlock semantics. No trylock() or any other "wierdo" calls because they're fascist!
UT_MutexImpl has the same signature as UT_Mutex except that it's implemented in platform-specific code
Constructor & Destructor Documentation
UT_Mutex::UT_Mutex |
( |
const UT_Mutex & |
other |
) |
[private] |
Member Function Documentation
void UT_Mutex::unlock |
( |
|
) |
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: