give RageMutexes names, so they can be identified more easily
This commit is contained in:
@@ -47,11 +47,12 @@ struct RageMutexImpl;
|
||||
class RageMutex
|
||||
{
|
||||
RageMutexImpl *mut;
|
||||
const CString m_sName;
|
||||
|
||||
public:
|
||||
void Lock();
|
||||
void Unlock();
|
||||
RageMutex();
|
||||
RageMutex( CString name );
|
||||
~RageMutex();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user