diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-06-29 23:46:36 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-06-29 23:46:36 +0000 |
commit | 677d654ca6d7f298e5e36e4a7dd7c926c6df31f2 (patch) | |
tree | 38b9f6b43f6ebbdea3935512deba511120548ee2 /TAO/examples/CSD_Strategy | |
parent | 3718eaa95ae16cdf5b6850e234c34f0aca2dab06 (diff) | |
download | ATCD-677d654ca6d7f298e5e36e4a7dd7c926c6df31f2.tar.gz |
Fri Jun 29 23:43:45 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/examples/CSD_Strategy')
6 files changed, 12 insertions, 0 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool/OrbShutdownTask.cpp b/TAO/examples/CSD_Strategy/ThreadPool/OrbShutdownTask.cpp index ebcd029165c..9469856960e 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool/OrbShutdownTask.cpp +++ b/TAO/examples/CSD_Strategy/ThreadPool/OrbShutdownTask.cpp @@ -37,11 +37,13 @@ OrbShutdownTask::open(void*) { if (this->activate(THR_NEW_LWP | THR_JOINABLE, 1) != 0) { + //FUZZ: disable check_for_lack_ACE_OS // Assumes that when activate returns non-zero return code that // no threads were activated. ACE_ERROR_RETURN((LM_ERROR, "(%P|%t) OrbShutdownTask failed to open().\n"), -1); + //FUZZ: enable check_for_lack_ACE_OS } return 0; diff --git a/TAO/examples/CSD_Strategy/ThreadPool2/OrbShutdownTask.cpp b/TAO/examples/CSD_Strategy/ThreadPool2/OrbShutdownTask.cpp index ebcd029165c..9469856960e 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool2/OrbShutdownTask.cpp +++ b/TAO/examples/CSD_Strategy/ThreadPool2/OrbShutdownTask.cpp @@ -37,11 +37,13 @@ OrbShutdownTask::open(void*) { if (this->activate(THR_NEW_LWP | THR_JOINABLE, 1) != 0) { + //FUZZ: disable check_for_lack_ACE_OS // Assumes that when activate returns non-zero return code that // no threads were activated. ACE_ERROR_RETURN((LM_ERROR, "(%P|%t) OrbShutdownTask failed to open().\n"), -1); + //FUZZ: enable check_for_lack_ACE_OS } return 0; diff --git a/TAO/examples/CSD_Strategy/ThreadPool3/OrbShutdownTask.cpp b/TAO/examples/CSD_Strategy/ThreadPool3/OrbShutdownTask.cpp index ebcd029165c..9469856960e 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool3/OrbShutdownTask.cpp +++ b/TAO/examples/CSD_Strategy/ThreadPool3/OrbShutdownTask.cpp @@ -37,11 +37,13 @@ OrbShutdownTask::open(void*) { if (this->activate(THR_NEW_LWP | THR_JOINABLE, 1) != 0) { + //FUZZ: disable check_for_lack_ACE_OS // Assumes that when activate returns non-zero return code that // no threads were activated. ACE_ERROR_RETURN((LM_ERROR, "(%P|%t) OrbShutdownTask failed to open().\n"), -1); + //FUZZ: enable check_for_lack_ACE_OS } return 0; diff --git a/TAO/examples/CSD_Strategy/ThreadPool4/OrbShutdownTask.cpp b/TAO/examples/CSD_Strategy/ThreadPool4/OrbShutdownTask.cpp index ebcd029165c..9469856960e 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool4/OrbShutdownTask.cpp +++ b/TAO/examples/CSD_Strategy/ThreadPool4/OrbShutdownTask.cpp @@ -37,11 +37,13 @@ OrbShutdownTask::open(void*) { if (this->activate(THR_NEW_LWP | THR_JOINABLE, 1) != 0) { + //FUZZ: disable check_for_lack_ACE_OS // Assumes that when activate returns non-zero return code that // no threads were activated. ACE_ERROR_RETURN((LM_ERROR, "(%P|%t) OrbShutdownTask failed to open().\n"), -1); + //FUZZ: enable check_for_lack_ACE_OS } return 0; diff --git a/TAO/examples/CSD_Strategy/ThreadPool5/OrbShutdownTask.cpp b/TAO/examples/CSD_Strategy/ThreadPool5/OrbShutdownTask.cpp index ebcd029165c..9469856960e 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool5/OrbShutdownTask.cpp +++ b/TAO/examples/CSD_Strategy/ThreadPool5/OrbShutdownTask.cpp @@ -37,11 +37,13 @@ OrbShutdownTask::open(void*) { if (this->activate(THR_NEW_LWP | THR_JOINABLE, 1) != 0) { + //FUZZ: disable check_for_lack_ACE_OS // Assumes that when activate returns non-zero return code that // no threads were activated. ACE_ERROR_RETURN((LM_ERROR, "(%P|%t) OrbShutdownTask failed to open().\n"), -1); + //FUZZ: enable check_for_lack_ACE_OS } return 0; diff --git a/TAO/examples/CSD_Strategy/ThreadPool6/OrbShutdownTask.cpp b/TAO/examples/CSD_Strategy/ThreadPool6/OrbShutdownTask.cpp index ebcd029165c..9469856960e 100644 --- a/TAO/examples/CSD_Strategy/ThreadPool6/OrbShutdownTask.cpp +++ b/TAO/examples/CSD_Strategy/ThreadPool6/OrbShutdownTask.cpp @@ -37,11 +37,13 @@ OrbShutdownTask::open(void*) { if (this->activate(THR_NEW_LWP | THR_JOINABLE, 1) != 0) { + //FUZZ: disable check_for_lack_ACE_OS // Assumes that when activate returns non-zero return code that // no threads were activated. ACE_ERROR_RETURN((LM_ERROR, "(%P|%t) OrbShutdownTask failed to open().\n"), -1); + //FUZZ: enable check_for_lack_ACE_OS } return 0; |