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

/vbox/src/VBox/VMM/include/
H A DIOMInternal.h448 # define IOM_IS_EXCL_LOCK_OWNER(a_pVM) PDMCritSectRwIsWriteOwner(&(a_pVM)->iom.s.CritSect) macro
455 # define IOM_IS_EXCL_LOCK_OWNER(a_pVM) PDMCritSectIsOwner(&(a_pVM)->iom.s.CritSect) macro

Completed in 44 milliseconds