Go to the documentation of this file.
26#ifndef __OgreThreadDefines_H__
27#define __OgreThreadDefines_H__
29#define OGRE_AUTO_MUTEX_NAME mutex
30#if OGRE_THREAD_PROVIDER == 0
32#elif OGRE_THREAD_PROVIDER == 1
34#elif OGRE_THREAD_PROVIDER == 2
36#elif OGRE_THREAD_PROVIDER == 3