OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
This is the complete list of members for Ogre::Threads, including all inherited members.
CreateThread(THREAD_ENTRY_POINT entryPoint, size_t threadIdx, void *param) | Ogre::Threads | static |
CreateTls(TlsHandle *outTls) | Ogre::Threads | static |
DestroyTls(TlsHandle tlsHandle) | Ogre::Threads | static |
GetTls(TlsHandle tlsHandle) | Ogre::Threads | static |
SetTls(TlsHandle tlsHandle, void *value) | Ogre::Threads | static |
Sleep(uint32 milliseconds) | Ogre::Threads | static |
WaitForThreads(size_t numThreadHandles, const ThreadHandlePtr *threadHandles) | Ogre::Threads | static |
WaitForThreads(const ThreadHandleVec &threadHandles) | Ogre::Threads | static |