#include <OSGBarrier.h>
Inheritance diagram for osg::BarrierCommonBase:

Class Specific | |
| Char8 * | _szName |
| *static MPType | _type |
Public Member Functions | |
Get | |
| *virtual MPType & | getType (void) |
| virtual const MPType & | getType (void) const |
| UInt32 | getTypeId (void) |
| const Char8 * | getCName (void) const |
Reference Counting | |
| *void | addRef (void) |
| void | subRef (void) |
| Int32 | getRefCount (void) |
Static Public Member Functions | |
Class Get | |
| *static const MPType & | getStaticType (void) |
| static UInt32 | getStaticTypeId (void) |
Protected Types | |
| typedef MPBase | Inherited |
Protected Member Functions | |
Constructors | |
| * | BarrierCommonBase (const Char8 *szName, UInt32 uiId) |
Destructor | |
| *virtual | ~BarrierCommonBase (void) |
Set | |
| *void | setNumWaitFor (UInt32 uiNumWaitFor) |
Protected Attributes | |
| UInt32 | _uiBarrierId |
| volatile UInt32 | _uiNumWaitFor |
Private Member Functions | |
| BarrierCommonBase (const BarrierCommonBase &source) | |
| prohibit default function (move to 'public' if needed) | |
| void | operator= (const BarrierCommonBase &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 74 of file OSGBarrier.h.
|
|
Reimplemented from osg::MPBase. Reimplemented in osg::PThreadBarrierBase, and osg::Barrier. Definition at line 84 of file OSGBarrier.h. |
|
||||||||||||
|
Definition at line 61 of file OSGBarrier.cpp. 00062 : 00063 Inherited (szName), 00064 _uiBarrierId (uiId ), 00065 _uiNumWaitFor( 1) 00066 { 00067 }
|
|
|
Definition at line 71 of file OSGBarrier.cpp.
|
|
|
|
|
|
Definition at line 42 of file OSGBarrier.inl. References _uiNumWaitFor. 00043 { 00044 _uiNumWaitFor = uiNumWaitFor; 00045 }
|
|
|
|
|
|
Definition at line 253 of file OSGMPBase.cpp. References osg::MPBase::_type. 00254 { 00255 return _type; 00256 }
|
|
|
Definition at line 259 of file OSGMPBase.cpp.
|
|
|
Definition at line 265 of file OSGMPBase.cpp. References osg::MPBase::_type. Referenced by osg::MPBase::getTypeId(). 00266 { 00267 return _type; 00268 }
|
|
|
Definition at line 271 of file OSGMPBase.cpp. References osg::MPBase::_type. 00272 { 00273 return _type; 00274 }
|
|
|
Definition at line 277 of file OSGMPBase.cpp. References osg::TypeBase::getId(), and osg::MPBase::getType().
|
|
|
Definition at line 283 of file OSGMPBase.cpp. References osg::MPBase::_szName. 00284 { 00285 return _szName; 00286 }
|
|
|
Definition at line 64 of file OSGMemoryObject.cpp. References osg::MemoryObject::_refCount. Referenced by osg::SharedObjectHandler::getSharedObject(), and osg::SharedObjectHandler::initialize(). 00065 { 00066 _refCount++; 00067 }
|
|
|
Definition at line 69 of file OSGMemoryObject.cpp. References osg::MemoryObject::_refCount.
|
|
|
Definition at line 77 of file OSGMemoryObject.cpp. References osg::MemoryObject::_refCount. 00078 { 00079 return _refCount; 00080 }
|
|
|
Definition at line 86 of file OSGBarrier.h. |
|
|
Definition at line 87 of file OSGBarrier.h. Referenced by osg::PThreadBarrierBase::enter(), and setNumWaitFor(). |
|
|
Reimplemented in osg::Barrier, osg::BaseThread, osg::Lock, osg::LockPool, osg::Thread, and osg::ExternalThread. Referenced by osg::MPBase::getStaticType(), and osg::MPBase::getType(). |
|
|
Definition at line 406 of file OSGMPBase.h. Referenced by osg::MPBase::getCName(), osg::LockPool::init(), osg::MPBase::MPBase(), osg::BasePThreadBase::print(), and osg::MPBase::~MPBase(). |
1.4.3