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

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSect.cpp105 STAM_PROFILE_ADV_START(&pCritSect->s.StatLocked, l);
602 STAM_PROFILE_ADV_STOP(&pCritSect->s.StatLocked, l);
641 STAM_PROFILE_ADV_STOP(&pCritSect->s.StatLocked, l);
649 STAM_PROFILE_ADV_START(&pCritSect->s.StatLocked, l);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp192 STAMR3RegisterF(pVM, &pCritSect->StatLocked, STAMTYPE_PROFILE_ADV, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_OCCURENCE, NULL, "/PDM/CritSects/%s/Locked", pCritSect->pszName);
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h311 STAMPROFILEADV StatLocked; member in struct:PDMCRITSECTINT
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h536 GEN_CHECK_OFF(PDMCRITSECTINT, StatLocked);

Completed in 54 milliseconds