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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMQueue.cpp813 PPDMQUEUEITEMCORE pPending = ASMAtomicXchgPtrT(&pQueue->pPendingR3, NULL, PPDMQUEUEITEMCORE); local
814 if (pPending)
816 pCur = pPending;
820 pItems = pPending;
H A DSSM.cpp430 PSSMSTRMBUF pPending; member in struct:SSMSTRM
1843 pStrm->pPending = NULL;
1918 ssmR3StrmDestroyBufList(pStrm->pPending);
1919 pStrm->pPending = NULL;
2242 PSSMSTRMBUF pMine = pStrm->pPending;
2245 pStrm->pPending = pMine->pNext;
2252 pStrm->pPending = ssmR3StrmReverseList(pMine);

Completed in 51 milliseconds