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

/vbox/src/VBox/Devices/USB/win/
H A DUSBProxyDevice-win.cpp68 HANDLE hEventWakeup; member in struct:__anon15969
160 pPriv->hEventWakeup = CreateEvent(NULL, FALSE, FALSE, NULL);
161 Assert(pPriv->hEventWakeup);
163 pPriv->paHandles[0] = pPriv->hEventWakeup;
236 CloseHandle(pPriv->hEventWakeup);
476 SetEvent(pPriv->hEventWakeup);
561 DWORD rc = WaitForMultipleObjects(1, &pPriv->hEventWakeup, FALSE, cMilliesWait);
603 pPriv->paHandles[pPriv->cQueuedUrbs] = pPriv->hEventWakeup;
652 pPriv->paHandles[cQueuedUrbs] = pPriv->hEventWakeup;
736 SetEvent(pPriv->hEventWakeup);
[all...]

Completed in 71 milliseconds