- // gs_mutexDeleteThread should be unlocked before signalling the condition
- // or wxThreadModule::OnExit() would deadlock
- wxMutexLocker locker( *gs_mutexDeleteThread );
-
- wxLogTrace(TRACE_THREADS, wxT("Thread %p auto deletes."), This->GetId());