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

/vbox/src/VBox/VMM/include/
H A DIOMInternal.h441 # define IOM_UNLOCK_SHARED(a_pVM) do { PDMCritSectRwLeaveExcl(&(a_pVM)->iom.s.CritSect); } while (0)
445 # define IOM_UNLOCK_SHARED(a_pVM) do { PDMCritSectRwLeaveShared(&(a_pVM)->iom.s.CritSect); } while (0) macro
453 # define IOM_UNLOCK_SHARED(a_pVM) do { PDMCritSectLeave(&(a_pVM)->iom.s.CritSect); } while (0) macro

Completed in 44 milliseconds