MPMA::BlockingObject Class Reference

An object that can be used to block a thread until another thread signals it to resume. More...

#include <Locks.h>

List of all members.

Public Member Functions

void Clear ()
 Marks the object as cleared, so nothing is blocking on it.
void Set ()
 Marks the object as set, so BlockUntilClear will block on it.
bool WaitUntilClear (unsigned int timeToWait=0xffffffff)
 Blocks and waits for as long as the object is set (or if time is non-max, then until that many milliseconds pass). Returns false only on timeout.


Detailed Description

An object that can be used to block a thread until another thread signals it to resume.
The documentation for this class was generated from the following files:
Generated on Sat Oct 20 15:23:30 2007 for MPMA Framework by  doxygen 1.5.3