Searched refs:g_VBoxDispD3DGlobalCritSect (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp953 static CRITICAL_SECTION g_VBoxDispD3DGlobalCritSect; variable
960 EnterCriticalSection(&g_VBoxDispD3DGlobalCritSect);
965 LeaveCriticalSection(&g_VBoxDispD3DGlobalCritSect);
971 InitializeCriticalSection(&g_VBoxDispD3DGlobalCritSect);
976 DeleteCriticalSection(&g_VBoxDispD3DGlobalCritSect);

Completed in 44 milliseconds