Codechange: [OSX] Try to set the thread name for debugger display.

This commit is contained in:
Michael Lutz
2018-01-28 23:45:02 +01:00
parent 4971678f52
commit f670277ff5
3 changed files with 28 additions and 0 deletions

View File

@@ -38,4 +38,6 @@ static inline bool MacOSVersionIsAtLeast(long major, long minor, long bugfix)
bool IsMonospaceFont(CFStringRef name);
void MacOSSetThreadName(const char *name);
#endif /* MACOS_H */