Functions | |
void | set_thread_name (const char *pName, uint32_t uThreadID) BURGER_NOEXCEPT |
Set a thread's name for debugging. | |
|
extern |
Set a thread's name for debugging.
Windows, and also the Xbox 360, use a MAGIC exception to notify the debugger that the currently executing thread has a name. This function will throw that exception so the debugger can capture the name.