mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
removed Mutex from Win32, split POSIX entry() function into two
This commit is contained in:
@@ -98,7 +98,8 @@ public:
|
||||
static ThreadImpl* currentImpl();
|
||||
|
||||
protected:
|
||||
static void* entry(void* pThread);
|
||||
static void* runnableEntry(void* pThread);
|
||||
static void* functionEntry(void* pThread);
|
||||
static int mapPrio(int prio);
|
||||
|
||||
private:
|
||||
@@ -123,7 +124,7 @@ private:
|
||||
};
|
||||
|
||||
AutoPtr<ThreadData> _pData;
|
||||
|
||||
|
||||
static pthread_key_t _currentKey;
|
||||
static bool _haveCurrentKey;
|
||||
|
||||
|
Reference in New Issue
Block a user