Skip to content

gthread-win32: Use SetThreadDescription Win32 API for setting thread name

Seungha Yang requested to merge seungha.yang/glib:win32-thread-name into master

Since Windows 10 1607, we can make use of SetThreadDescription() API for setting thread name. Unlike previously used exception based method, this API will preserve configured thread name on dump file.

Merge request reports