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