mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
GH #140: Poco::Runnable threading cleanup issue
This commit is contained in:
@@ -156,6 +156,7 @@ private:
|
||||
policy(SCHED_OTHER),
|
||||
done(false),
|
||||
stackSize(POCO_THREAD_STACK_SIZE),
|
||||
started(false),
|
||||
joined(false)
|
||||
{
|
||||
#if defined(POCO_VXWORKS)
|
||||
@@ -173,6 +174,7 @@ private:
|
||||
int policy;
|
||||
Event done;
|
||||
std::size_t stackSize;
|
||||
bool started;
|
||||
bool joined;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user