1
0

Fixed Linux threading issues.

This commit is contained in:
madmaxoft
2013-09-21 20:44:16 +02:00
parent 744b3be454
commit c56bc4b01c
4 changed files with 8 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ public:
/// Returns the OS-dependent thread ID for the caller's thread
static unsigned long GetCurrentID(void);
private:
protected:
AString m_ThreadName;
#ifdef _WIN32
@@ -66,7 +66,6 @@ private:
#else // _WIN32
pthread_t m_Handle;
bool m_HasStarted;
static void * thrExecute(void * a_Param)
{