Lines Matching refs:fNotificationSent
196 bool fNotificationSent;
1287 if (!ASMAtomicXchgBool(&pThis->fNotificationSent, true))
4044 pHlp->pfnPrintf(pHlp, "fNotificationSent=%RTbool\n", pThis->fNotificationSent);
4170 bool fNotificationSent = ASMAtomicXchgBool(&pThis->fNotificationSent, false);
4171 if (!fNotificationSent)
4179 ASMAtomicWriteBool(&pThis->fNotificationSent, false);
4302 if (pThis->fNotificationSent)
4363 SSMR3PutBool (pSSM, pThis->fNotificationSent);
4604 SSMR3GetBool (pSSM, &pThis->fNotificationSent);
4999 AssertMsg(!pThis->fNotificationSent, ("The PDM Queue should be empty at this point\n"));
5026 pThis->fNotificationSent = true;