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