#include <TWin32Mutex.h>
Inheritance diagram for TWin32Mutex:
Public Member Functions | |
TWin32Mutex (Bool_t recursive=kFALSE) | |
virtual | ~TWin32Mutex () |
Int_t | Lock () |
Int_t | UnLock () |
Int_t | TryLock () |
Private Attributes | |
CRITICAL_SECTION | fCritSect |
Friends | |
class | TWin32Condition |
Definition at line 34 of file TWin32Mutex.h.
TWin32Mutex::~TWin32Mutex | ( | ) | [virtual] |
Int_t TWin32Mutex::Lock | ( | ) | [virtual] |
Int_t TWin32Mutex::UnLock | ( | ) | [virtual] |
Int_t TWin32Mutex::TryLock | ( | ) | [virtual] |
friend class TWin32Condition [friend] |
Definition at line 36 of file TWin32Mutex.h.
CRITICAL_SECTION TWin32Mutex::fCritSect [private] |
Definition at line 39 of file TWin32Mutex.h.
Referenced by Lock(), TWin32Condition::TimedWait(), TryLock(), UnLock(), TWin32Condition::Wait(), and ~TWin32Mutex().