OGRE
1.10.12
Object-Oriented Graphics Rendering Engine
|
Classes | |
class | Ogre::ThreadHandle |
class | Ogre::Threads |
Namespaces | |
Ogre | |
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ | |
Macros | |
#define | OGRE_THREAD_CALL_CONVENTION |
#define | THREAD_DECLARE(threadFunction) |
#define | THREAD_GET(threadFunction) threadFunction##_internal |
Typedefs | |
typedef void *(OGRE_THREAD_CALL_CONVENTION * | Ogre::THREAD_ENTRY_POINT) (void *lpThreadParameter) |
typedef SharedPtr< ThreadHandle > | Ogre::ThreadHandlePtr |
typedef vector< ThreadHandlePtr >::type | Ogre::ThreadHandleVec |
#define OGRE_THREAD_CALL_CONVENTION |
#define THREAD_DECLARE | ( | threadFunction | ) |
#define THREAD_GET | ( | threadFunction | ) | threadFunction##_internal |