|
OpenThreads
|

Public Member Functions | |
| ReentrantMutex () | |
Public Member Functions inherited from OpenThreads::Mutex | |
| Mutex (MutexType type=MUTEX_NORMAL) | |
| Constructor. | |
| virtual | ~Mutex () |
| Destructor. | |
| MutexType | getMutexType () const |
| virtual int | lock () |
| Lock the mutex. | |
| virtual int | unlock () |
| Unlock the mutex. | |
| virtual int | trylock () |
| Test if mutex can be locked. | |
Additional Inherited Members | |
Public Types inherited from OpenThreads::Mutex | |
| enum | MutexType { MUTEX_NORMAL, MUTEX_RECURSIVE } |
|
inline |
| Generated at Fri Sep 7 2012 17:48:51 for the OpenThreads by doxygen 1.8.1.2. |