Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d410 int dll_getRefCount( HINSTANCE hInstance ) nothrow @nogc in dll_getRefCount() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d2580 import core.sys.windows.dll : dll_getRefCount;
2610 int refcnt = dll_getRefCount(ll_dllModule); in ll_dllHasExternalReferences()
2655 return dll_getRefCount(ll_dllModule); in ll_getDLLRefCount()