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

/vbox/src/VBox/HostServices/SharedClipboard/
H A Dx11-clipboard.cpp43 RTCRITSECT clipboardMutex; member in struct:_VBOXCLIPBOARDCONTEXT
113 RTCritSectInit(&pCtx->clipboardMutex);
125 RTCritSectDelete(&pCtx->clipboardMutex);
174 RTCritSectDelete(&pCtx->clipboardMutex);
298 RTCritSectEnter(&pCtx->clipboardMutex);
306 RTCritSectLeave(&pCtx->clipboardMutex);
324 RTCritSectEnter(&pCtx->clipboardMutex);
334 RTCritSectLeave(&pCtx->clipboardMutex);
401 RTCritSectEnter(&pCtx->clipboardMutex);
418 RTCritSectLeave(&pCtx->clipboardMutex);
[all...]

Completed in 69 milliseconds