slight unification of crash apis; better .vdi searching

This commit is contained in:
Glenn Maynard
2004-04-18 00:08:37 +00:00
parent 2f88fb8e04
commit 5dee44f989
3 changed files with 38 additions and 37 deletions
+2 -1
View File
@@ -606,7 +606,8 @@ void RageMutexImpl::Lock()
}
ThreadSlot *slot = FindThread( LockedBy );
Crash_BacktraceThread( slot? slot->ThreadHandle:NULL );
ForceCrashHandlerDeadlock( ssprintf("Thread deadlock on mutex %s", m_Parent->GetName().c_str()),
slot? slot->ThreadHandle:NULL );
}
void RageMutexImpl::Unlock()