GetSupportsTLS/SetSupportsTLS

This commit is contained in:
Glenn Maynard
2004-09-09 02:28:05 +00:00
parent 481cde47a3
commit 82a2c657fd
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -30,6 +30,9 @@
#endif
#endif
/* Assume TLS doesn't work until told otherwise. It's ArchHooks's job to set this. */
bool RageThread::m_bSystemSupportsTLS = false;
#define MAX_THREADS 128
//static vector<RageMutex*> *g_MutexList = NULL; /* watch out for static initialization order problems */