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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp1553 uint32_t fMatches = pDevExt->f32PendingEvents & fReqEvents; local
1554 if (fMatches & VBOXGUEST_ACQUIRE_STYLE_EVENTS)
1555 fMatches &= vbgdGetAllowedEventMaskForSession(pDevExt, pSession);
1556 if (fMatches || pSession->fPendingCancelWaitEvents)
1558 ASMAtomicAndU32(&pDevExt->f32PendingEvents, ~fMatches);
1561 pInfo->u32EventFlagsOut = fMatches;

Completed in 130 milliseconds