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

/vbox/src/VBox/VMM/include/
H A DIOMInternal.h437 # define IOM_LOCK_EXCL(a_pVM) PDMCritSectRwEnterExcl(&(a_pVM)->iom.s.CritSect, VERR_SEM_BUSY) macro
450 # define IOM_LOCK_EXCL(a_pVM) PDMCritSectEnter(&(a_pVM)->iom.s.CritSect, VERR_SEM_BUSY) macro

Completed in 43 milliseconds