mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 15:16:49 +02:00
serialized access to startImpl() functions
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
|
||||
#include "Poco/Foundation.h"
|
||||
#include "Poco/Runnable.h"
|
||||
#include "Poco/Mutex.h"
|
||||
#include "Poco/UnWindows.h"
|
||||
|
||||
|
||||
@@ -117,6 +118,7 @@ private:
|
||||
HANDLE _thread;
|
||||
int _prio;
|
||||
std::size_t _stackSize;
|
||||
Mutex _mutex;
|
||||
|
||||
static DWORD _currentKey;
|
||||
};
|
||||
|
Reference in New Issue
Block a user