Searched defs:CcAutoTryLock (Results 1 – 1 of 1) sorted by relevance
57 class CcAutoTryLock { class61 CcAutoTryLock(CcOsLock& lock):m_lock(lock) { m_locked = m_lock.trylock(); } in CcAutoTryLock() function in CcAutoTryLock