Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d2588 __gshared HMODULE ll_dllModule; variable
2610 int refcnt = dll_getRefCount(ll_dllModule); in ll_dllHasExternalReferences()
2646 FreeLibraryAndExitThread(ll_dllModule, 0); in monitorDLLRefCnt()
2651 if (!ll_dllModule && in ll_getDLLRefCount()
2653 cast(const(wchar)*) &ll_getDLLRefCount, &ll_dllModule)) in ll_getDLLRefCount()
2655 return dll_getRefCount(ll_dllModule); in ll_getDLLRefCount()