Home
last modified time | relevance | path

Searched refs:unlockCall (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.13.2/include/nn/util/detail/
Dutil_ScopedLockImpl.h21 #define NN_UTIL_DETAIL_DEFINE_SCOPED_LOCK(typeName, lockCall, unlockCall) \ argument
28 ~ScopedLock() { m_Reference.unlockCall; } \