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

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectBoth.cpp44 || pVCpu->pdm.s.cQueuedCritSectRwShrdLeaves > 0
48 i = pVCpu->pdm.s.cQueuedCritSectRwShrdLeaves;
49 pVCpu->pdm.s.cQueuedCritSectRwShrdLeaves = 0;
H A DPDMAllCritSectRw.cpp625 uint32_t i = pVCpu->pdm.s.cQueuedCritSectRwShrdLeaves++;
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1045 uint32_t cQueuedCritSectRwShrdLeaves; member in struct:PDMCPU
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h462 GEN_CHECK_OFF(PDMCPU, cQueuedCritSectRwShrdLeaves);

Completed in 52 milliseconds