Add method to get name of current thread
This commit is contained in:
@@ -37,3 +37,5 @@ public:
|
||||
void SetSelfAsMainThread() { }
|
||||
|
||||
bool IsMainThread() { return true; }
|
||||
|
||||
int GetThreadName(char *str, const char *last) { return 0; }
|
||||
|
Reference in New Issue
Block a user