Home
last modified time | relevance | path

Searched refs:thisMod (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d306 LDR_MODULE *thisMod = findLdrModule( hInstance, peb ); in setDllTlsUsage() local
307 if ( !thisMod ) in setDllTlsUsage()
310 thisMod.TlsIndex = -1; // uses TLS (not the index itself) in setDllTlsUsage()
311 thisMod.LoadCount = -1; // never unload in setDllTlsUsage()