summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-14 08:08:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-14 08:08:42 +0000
commitdaf66454c990b0e4451c9841e1ab7416b10d1653 (patch)
tree10182d8ff4e98e246ac8363bf1aad9ab4e833016 /ace
parent51afad88621de781b0db1f167297fda8e3b5dfaf (diff)
downloadATCD-daf66454c990b0e4451c9841e1ab7416b10d1653.tar.gz
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r--ace/Thread_Manager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Thread_Manager.cpp b/ace/Thread_Manager.cpp
index 0ea16aae410..d68ef9874d4 100644
--- a/ace/Thread_Manager.cpp
+++ b/ace/Thread_Manager.cpp
@@ -1222,7 +1222,6 @@ ACE_Thread_Manager::wait (const ACE_Time_Value *timeout)
#if defined (ACE_HAS_THREADS)
size_t threads_waited_on;
-
{
// Just hold onto the guard while waiting.
ACE_MT (ACE_GUARD_RETURN (ACE_Thread_Mutex, ace_mon, this->lock_, -1));
@@ -1255,7 +1254,7 @@ ACE_Thread_Manager::wait (const ACE_Time_Value *timeout)
ACE_Thread_Descriptor item;
- while (! this->terminated_thr_queue_.dequeue_head (item))
+ while (!this->terminated_thr_queue_.dequeue_head (item))
ACE_Thread::join (item.thr_handle_);
}
#endif /* VXWORKS */