Lines Matching defs:SetEvent
1076 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};
1407 SetEvent.u.hEvent = g_VBoxUsbGlobal.hNotifyEvent;
1409 &SetEvent, sizeof(SetEvent),
1410 &SetEvent, sizeof(SetEvent),
1413 rc = SetEvent.u.rc;
1422 AssertMsgFailed(("SetEvent failed, %Rrc (%d)\n", rc, rc));
1427 AssertMsgFailed(("SetEvent Ioctl failed, winEr (%d)\n", winEr));
1465 SetEvent(g_VBoxUsbGlobal.hNotifyEvent);