Home
last modified time | relevance | path

Searched defs:tryLockImpl (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DContextMutex.cpp238 bool ContextMutex::tryLockImpl() in tryLockImpl() function in egl::ContextMutex
307 bool ContextMutex::tryLockImpl() in tryLockImpl() function in egl::ContextMutex
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt187 private fun tryLockImpl(owner: Any?): Int { in tryLockImpl() method