ROOT  6.06/09
Reference Guide
Functions
TWin32Condition.cxx File Reference
#include "TWin32Condition.h"
#include "TWin32Mutex.h"
#include "TTimeStamp.h"
#include "Windows4Root.h"
#include <errno.h>
+ Include dependency graph for TWin32Condition.cxx:

Go to the source code of this file.

Functions

 ClassImp (TWin32Condition) TWin32Condition
 Create Condition variable. More...
 

Function Documentation

ClassImp ( TWin32Condition  )

Create Condition variable.

Ctor must be given a pointer to an existing mutex. The condition variable is then linked to the mutex, so that there is an implicit unlock and lock around Wait() and TimedWait().

Definition at line 28 of file TWin32Condition.cxx.