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

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