SDL/src/thread
Ryan C. Gordon 8be9091356 windows: first shot at naming threads with SetThreadDescription().
This is a bleeding edge API, added to Windows 10 Anniversary Edition (build
1607, specifically).

https://msdn.microsoft.com/en-us/library/windows/desktop/mt774976(v=vs.85).aspx

Nothing supports this yet, including WinDbg, Visual Studio, minidumps, etc,
so we still need to also use the RaiseException hack. But presumably tools
will use this API as a more robust and universal way to get thread names
sooner or later, so we'll start broadcasting to it now.
2017-01-27 20:50:30 -05:00
..
generic Updated copyright for 2017 2017-01-01 18:33:28 -08:00
psp Updated copyright for 2017 2017-01-01 18:33:28 -08:00
pthread Updated copyright for 2017 2017-01-01 18:33:28 -08:00
stdcpp Updated copyright for 2017 2017-01-01 18:33:28 -08:00
windows windows: first shot at naming threads with SetThreadDescription(). 2017-01-27 20:50:30 -05:00
SDL_systhread.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_thread_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_thread.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00