1
0

Use std::recusive_mutex

This commit is contained in:
Tiger Wang
2014-10-20 21:26:18 +01:00
parent 2334c8dd9d
commit a324333c11
3 changed files with 9 additions and 52 deletions

View File

@@ -63,7 +63,7 @@ void cIsThread::Stop(void)
bool cIsThread::Wait(void)
{
{
#ifdef LOGD // ProtoProxy doesn't have LOGD
LOGD("Waiting for thread %s to finish", m_ThreadName.c_str());
#endif // LOGD