add RageThread::GetName()
This commit is contained in:
@@ -15,6 +15,7 @@ public:
|
||||
~RageThread();
|
||||
|
||||
void SetName( const CString &n ) { name = n; }
|
||||
CString GetName() const { return name; }
|
||||
void Create( int (*fn)(void *), void *data );
|
||||
|
||||
/* For crash handlers: kill or suspend all threads (except for
|
||||
|
||||
Reference in New Issue
Block a user