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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp1076 BOOL bRc = SetEvent(pGlobal->hInterruptEvent);
1080 AssertMsgFailed(("SetEvent failed, winEr (%d)\n", winEr));
1186 SetEvent(g_VBoxUsbGlobal.hNotifyEvent);
1194 * To avoid extra notifications, we delay the SetEvent via a timer
1282 SetEvent(g_VBoxUsbGlobal.hNotifyEvent);
1405 USBSUP_SET_NOTIFY_EVENT SetEvent = {0}; local
1407 SetEvent.u.hEvent = g_VBoxUsbGlobal.hNotifyEvent;
1409 &SetEvent, sizeof(SetEvent),
1410 &SetEvent, sizeo
[all...]

Completed in 36 milliseconds