Add method to get name of current thread

This commit is contained in:
Jonathan G Rennison
2018-08-25 23:39:10 +01:00
parent 312595b737
commit dde88887ae
6 changed files with 59 additions and 0 deletions

View File

@@ -199,3 +199,5 @@ private:
void SetSelfAsMainThread() { }
bool IsMainThread() { return false; }
int GetThreadName(char *str, const char *last) { return 0; }