SDL Wiki

Draft

THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!

SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING

A hint that specifies whether SDL should not name threads on Microsoft Windows.

Values

0

threads will be named

1

threads will not be named

Default

By default SDL will name threads on Microsoft Windows.

Remarks

If the hint is not set then SDL will raise the 0x406D1388 Exception to name threads. This is the default behavior of SDL.

If the hint is set then SDL will not raise this exception, and threads will be unnamed. For .NET languages this is required when running under a debugger.

Version

This hint is available since SDL 2.0.5.

SDL_CreateThread

CategoryDefine, CategoryHints, CategoryDraft


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.