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

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectBoth.cpp45 || pVCpu->pdm.s.cQueuedCritSectRwExclLeaves > 0);
64 i = pVCpu->pdm.s.cQueuedCritSectRwExclLeaves;
65 pVCpu->pdm.s.cQueuedCritSectRwExclLeaves = 0;
H A DPDMAllCritSectRw.cpp1193 uint32_t i = pVCpu->pdm.s.cQueuedCritSectRwExclLeaves++;
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1036 uint32_t cQueuedCritSectRwExclLeaves; member in struct:PDMCPU
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h460 GEN_CHECK_OFF(PDMCPU, cQueuedCritSectRwExclLeaves);

Completed in 54 milliseconds