
Public Member Functions | |
| MutexClass (bool recursive=false) | |
| The locks may not be called recursive. | |
| ~MutexClass () | |
Friends | |
| class | Lock |
Definition at line 111 of file ThreadBase.h.
| org::xmlBlaster::util::thread::MutexClass::MutexClass | ( | bool | recursive = false |
) |
The locks may not be called recursive.
Posix supports recursive calls as an extension.
| mutex | The mutex implementation | |
| ignore | If true no lock is created | |
| recursive | If true the same thread may call the lock recursive Note that the thread needs to free the lock as many times again. |
| org::xmlBlaster::util::thread::MutexClass::~MutexClass | ( | ) |
friend class Lock [friend] |
Definition at line 113 of file ThreadBase.h.