OpenThreads
Public Member Functions | Protected Attributes
OpenThreads::BlockCount Class Reference

BlockCount is a block that can be used to halt a thread that is waiting for a specified number of operations to be completed. More...

List of all members.

Public Member Functions

 BlockCount (unsigned int blockCount)
 ~BlockCount ()
void completed ()
void block ()
void reset ()
void release ()
void setBlockCount (unsigned int blockCount)
unsigned int getBlockCount () const
unsigned int getCurrentCount () const

Protected Attributes

OpenThreads::Mutex _mut
OpenThreads::Condition _cond
unsigned int _blockCount
unsigned int _currentCount

Detailed Description

BlockCount is a block that can be used to halt a thread that is waiting for a specified number of operations to be completed.


Constructor & Destructor Documentation

OpenThreads::BlockCount::BlockCount ( unsigned int  blockCount) [inline]
OpenThreads::BlockCount::~BlockCount ( ) [inline]

References _blockCount, and release().


Member Function Documentation

void OpenThreads::BlockCount::block ( ) [inline]
void OpenThreads::BlockCount::completed ( ) [inline]
unsigned int OpenThreads::BlockCount::getBlockCount ( ) const [inline]

References _blockCount.

unsigned int OpenThreads::BlockCount::getCurrentCount ( ) const [inline]

References _currentCount.

void OpenThreads::BlockCount::release ( ) [inline]
void OpenThreads::BlockCount::reset ( ) [inline]
void OpenThreads::BlockCount::setBlockCount ( unsigned int  blockCount) [inline]

References _blockCount.


Member Data Documentation

unsigned int OpenThreads::BlockCount::_blockCount [protected]

Referenced by block(), completed(), release(), and reset().

unsigned int OpenThreads::BlockCount::_currentCount [protected]

Referenced by block(), completed(), release(), and reset().


The documentation for this class was generated from the following file:

osg logo
Generated at Sun Jan 8 2012 13:22:10 for the OpenThreads by doxygen 1.7.4.