Searched refs:AEMU_IF_DEBUG (Results 1 – 1 of 1) sorted by relevance
31 #define AEMU_IF_DEBUG(x) x macro33 #define AEMU_IF_DEBUG(x) macro65 AEMU_IF_DEBUG(mIsLocked = true;) in lock()75 AEMU_IF_DEBUG(mIsLocked = ret;) in tryLock()79 AEMU_IF_DEBUG(bool isLocked() const { return mIsLocked; }) in AEMU_IF_DEBUG() function83 AEMU_IF_DEBUG(mIsLocked = false;)105 AEMU_IF_DEBUG(bool mIsLocked = false;)131 AEMU_IF_DEBUG(mIsLocked = true;) in lock()141 AEMU_IF_DEBUG(mIsLocked = ret;) in tryLock()145 AEMU_IF_DEBUG(bool isLocked() const { return mIsLocked; }) in AEMU_IF_DEBUG() function[all …]