diff options
Diffstat (limited to 'cppe/test/IceE/thread/StartTest.cpp')
-rw-r--r-- | cppe/test/IceE/thread/StartTest.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppe/test/IceE/thread/StartTest.cpp b/cppe/test/IceE/thread/StartTest.cpp index 4d51b139e42..e28db0c263b 100644 --- a/cppe/test/IceE/thread/StartTest.cpp +++ b/cppe/test/IceE/thread/StartTest.cpp @@ -18,9 +18,9 @@ using namespace std; using namespace IceUtil; static const string createTestName("thread start"); -
-static IceUtil::Mutex threadCountMutex;
-static int threadCount = 0;
+ +static IceUtil::Mutex threadCountMutex; +static int threadCount = 0; class StartTestThread : public Thread { @@ -61,7 +61,7 @@ StartTest::run() catch(const ThreadStartedException&) { } -
+ threadCount = 0; // // Now let's create a bunch of short-lived threads |