Home
last modified time | relevance | path

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

/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp312 UINT g_cRefThisDll = 0; // Reference count of this DLL. variable
340 if (g_cRefThisDll == 0) in inc_cRefThisDLL()
343 InterlockedIncrement((LPLONG)&g_cRefThisDll); in inc_cRefThisDLL()
350 if (InterlockedDecrement((LPLONG)&g_cRefThisDll) == 0) in dec_cRefThisDLL()
353 InterlockedDecrement((LPLONG)&g_cRefThisDll); in dec_cRefThisDLL()
363 return (g_cRefThisDll == 0 ? S_OK : S_FALSE); in DllCanUnloadNow()