Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeMutex.hpp45 bool tryLock (void) throw();
114 inline bool Mutex::tryLock (void) throw() in tryLock() function in de::Mutex
DdeThreadSafeRingBuffer.hpp110 if (!m_writeMutex.tryLock()) in tryPushFront()
139 if (!m_readMutex.tryLock()) in tryPopBack()
DdeBlockBuffer.hpp276 if (!m_writeLock.tryLock()) in tryWrite()
325 if (!m_writeLock.tryLock()) in tryFlush()
355 if (!m_readLock.tryLock()) in tryRead()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DMinikinInternal.cpp31 LOG_ALWAYS_FATAL_IF(gMinikinLock.tryLock() == 0); in assertMinikinLocked()
/third_party/flutter/txt/src/minikin/
DMinikinInternal.cpp31 LOG_ALWAYS_FATAL_IF(gMinikinLock.tryLock() == 0); in assertMinikinLocked()
/third_party/vk-gl-cts/framework/common/
DtcuApp.cpp297 if (!m_crashLock.tryLock() || m_crashed) in onWatchdogTimeout()
324 if (!m_crashLock.tryLock() || m_crashed) in onCrash()
/third_party/vk-gl-cts/execserver/
DxsTcpServer.cpp126 if (m_connectionListLock.tryLock()) in ~TcpServer()
DxsExecutionServer.cpp114 if (!m_testDriverLock.tryLock()) in acquireTestDriver()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler.cpp185 if (worker->tryLock()) { in enqueue()
508 bool Scheduler::Worker::tryLock() { in tryLock() function in marl::Scheduler::Worker
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dscheduler.h373 bool tryLock() EXCLUDES(work.mutex) TRY_ACQUIRE(true, work.mutex);
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSPlatform.mm50 if (!m_viewLock.tryLock())