Searched refs:lockCall (Results 1 – 1 of 1) sorted by relevance
21 #define NN_UTIL_DETAIL_DEFINE_SCOPED_LOCK(typeName, lockCall, unlockCall) \ argument27 ScopedLock(typeName& reference) : m_Reference(reference) { m_Reference.lockCall; } \