#include <OSGBase.h>#include <OSGBaseTypes.h>#include <OSGTypeBase.h>#include <OSGMemoryObject.h>Go to the source code of this file.
Namespaces | |
| namespace | osg |
Classes | |
| class | osg::MPType |
| class | osg::MPThreadType |
| class | osg::MPBarrierType |
| class | osg::MPLockType |
| class | osg::MPLockPoolType |
| class | osg::MPBase |
Defines | |
| #define | OSGMPBASE_HEADER_CVSID "@(#)$Id: $" |
Typedefs | |
| typedef BaseThread *(* | osg::CreateThreadF )(const Char8 *szName, UInt32 uiId) |
| typedef Barrier *(* | osg::CreateBarrierF )(const Char8 *szName, UInt32 uiId) |
| typedef Lock *(* | osg::CreateLockF )(const Char8 *szName, UInt32 uiId) |
| typedef LockPool *(* | osg::CreateLockPoolF )(const Char8 *szName, UInt32 uiId) |
| typedef void(* | osg::InitThreadingF )(void) |
|
|
Definition at line 435 of file OSGMPBase.h. |
1.4.3