Searched defs:STAM_UNLOCK_WR (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DSTAMInternal.h169 #define STAM_UNLOCK_WR(pUVM) do { int rcSem = RTSemRWReleaseWrite(pUVM->stam.s.RWSem); AssertRC(rcSem); } while (0) macro

Completed in 310 milliseconds