Searched refs:hasLock (Results 1 – 2 of 2) sorted by relevance
507 bool hasLock = false; in deref() local512 hasLock = context()->tryLock(mustReleaseLock); in deref()515 hasLock = true; in deref()518 if (hasLock) { in deref()
754 bool hasLock; in tryLock() local758 hasLock = true; in tryLock()762 hasLock = m_contextGraphMutex.tryLock(); in tryLock()764 if (hasLock) in tryLock()767 mustReleaseLock = hasLock; in tryLock()770 return hasLock; in tryLock()