![]() |
OGRE
2.2.4
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 | OGRE_TLS_INVALID_HANDLE 0xFFFFFFFF |
| #define | THREAD_DECLARE(threadFunction) |
| Threads::CreateThread for an example on how to use More... | |
| #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 StdVector< ThreadHandlePtr > | Ogre::ThreadHandleVec |
| typedef pthread_key_t | Ogre::TlsHandle |
| #define OGRE_THREAD_CALL_CONVENTION |
| #define OGRE_TLS_INVALID_HANDLE 0xFFFFFFFF |
| #define THREAD_DECLARE | ( | threadFunction | ) |
Threads::CreateThread for an example on how to use
| #define THREAD_GET | ( | threadFunction | ) | threadFunction##_internal |