Searched refs:pPendingR3 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMQueue.cpp97 //pQueue->pPendingR3 = NULL;
656 if ( pCur->pPendingR3
686 PPDMQUEUEITEMCORE pItems = ASMAtomicXchgPtrT(&pQueue->pPendingR3, NULL, PPDMQUEUEITEMCORE);
811 if (ASMAtomicCmpXchgPtr(&pQueue->pPendingR3, pItems, NULL))
813 PPDMQUEUEITEMCORE pPending = ASMAtomicXchgPtrT(&pQueue->pPendingR3, NULL, PPDMQUEUEITEMCORE);
873 if ( pQueue->pPendingR3
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllQueue.cpp205 if ( pQueue->pPendingR3 != NIL_RTR3PTR
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h858 R3PTRTYPE(PPDMQUEUEITEMCORE) volatile pPendingR3; member in struct:PDMQUEUE
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h567 GEN_CHECK_OFF(PDMQUEUE, pPendingR3);

Completed in 40 milliseconds