no longer needs to call exitWaitRelease

This commit is contained in:
Jeff Hill
2004-10-08 15:44:18 +00:00
parent 00c2aff710
commit 400d474bed

View File

@@ -26,6 +26,8 @@
#define epicsAssertAuthor "Jeff Hill johill@lanl.gov"
#include "errlog.h"
#define epicsExportSharedSymbols
#include "localHostName.h"
#include "iocinf.h"
@@ -220,8 +222,6 @@ void tcpSendThread::run ()
}
}
this->thread.exitWaitRelease ();
this->iiu.cacRef.destroyIIU ( this->iiu );
}
@@ -443,7 +443,6 @@ void tcpRecvThread::run ()
}
if ( ! connectSuccess ) {
this->iiu.recvDog.shutdown ();
this->thread.exitWaitRelease ();
this->iiu.cacRef.destroyIIU ( this->iiu );
return;
}