OpenSceneGraph
|
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...
Protected Attributes | |
OpenThreads::Mutex | _mut |
OpenThreads::Condition | _cond |
unsigned int | _blockCount |
unsigned int | _currentCount |
BlockCount is a block that can be used to halt a thread that is waiting for a specified number of operations to be completed.