Searched defs:g_VBoxCritSect (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp230 static CRITICAL_SECTION g_VBoxCritSect; variable
234 EnterCriticalSection(&g_VBoxCritSect);
239 LeaveCriticalSection(&g_VBoxCritSect);
244 InitializeCriticalSection(&g_VBoxCritSect);

Completed in 1121 milliseconds