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

/vbox/src/VBox/Devices/USB/win/
H A DUSBProxyDevice-win.cpp49 bool fCancelled; member in struct:_QUEUED_URB
/vbox/src/VBox/Runtime/r3/win/
H A Dlocalipc-win.cpp133 bool volatile fCancelled; member in struct:RTLOCALIPCSERVERINT
164 bool volatile fCancelled; member in struct:RTLOCALIPCSESSIONINT
357 pThis->fCancelled = false;
432 ASMAtomicUoWriteBool(&pThis->fCancelled, true);
464 if (pThis->fCancelled)
466 pThis->fCancelled = false;
493 if ( !pThis->fCancelled /* Event signalled but not cancelled? */
573 ASMAtomicUoWriteBool(&pThis->fCancelled, true);
608 pThis->fCancelled = false;
657 pThis->fCancelled
[all...]
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevHGCM.cpp90 bool fCancelled; member in struct:VBOXHGCMCMD
479 pCmd->fCancelled = pSavedCmd->fCancelled;
1784 pCmd->fCancelled = true;
1943 if (pCmd->fCancelled)
1945 LogFlowFunc(("A cancelled command %p: %d\n", pCmd, pCmd->fCancelled));
2447 rc = SSMR3PutBool(pSSM, pIter->fCancelled);
2590 pCmd->fCancelled = f;
/vbox/src/VBox/VMM/VMMR3/
H A DSSM.cpp264 /** SSMHANDLE::fCancelled value indicating that the operation has been
267 /** SSMHANDLE::fCancelled value indicating no cancellation. */
313 if (RT_UNLIKELY(ASMAtomicUoReadU32(&(pSSM)->fCancelled) == SSMHANDLE_CANCELLED)) \
465 uint32_t volatile fCancelled; member in struct:SSMHANDLE
2038 static DECLCALLBACK(int) ssmR3FileClose(void *pvUser, bool fCancelled)
2040 NOREF(fCancelled);
2384 * @param fCancelled Indicates whether the operation was cancelled or
2387 static int ssmR3StrmClose(PSSMSTRM pStrm, bool fCancelled)
2414 rc = pStrm->pOps->pfnClose(pStrm->pvUser, fCancelled);
2420 rc = pStrm->pOps->pfnClose(pStrm->pvUser, fCancelled);
[all...]

Completed in 417 milliseconds