thread_DLLProcessDetaching

set during termination of a DLL on Windows, i.e. while executing DllMain(DLL_PROCESS_DETACH)

version(Windows)
__gshared
bool thread_DLLProcessDetaching;

Meta