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

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectBoth.cpp43 Assert( pVCpu->pdm.s.cQueuedCritSectLeaves > 0
80 i = pVCpu->pdm.s.cQueuedCritSectLeaves;
81 pVCpu->pdm.s.cQueuedCritSectLeaves = 0;
H A DPDMAllCritSect.cpp660 uint32_t i = pVCpu->pdm.s.cQueuedCritSectLeaves++;
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1027 uint32_t cQueuedCritSectLeaves; member in struct:PDMCPU
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h458 GEN_CHECK_OFF(PDMCPU, cQueuedCritSectLeaves);

Completed in 40 milliseconds