Webmaster  |  Imprint 
C++ Server Pages
Main  |  License  |  Documentation  |  Download 

RecursiveMutex Class Reference

Recursive mutual exclusion device.

#include <cxxtools/mutex.h>

Inheritance diagram for RecursiveMutex:

List of all members.

Public Member Functions

void lock ()
bool tryLock ()
void unlock ()
 Unlocks the mutex.
bool unlockNoThrow ()


Member Function Documentation

void unlock (  ) 

If the mutex was locked more than one time by the same thread unlock decrements the lock-count. The mutex is actually unlocked when the lock-count is zero.

Referenced by RecursiveLock::unlock().

Copyright © 2008 The Tntnet Development Team
Tntnet 1.6