Home
last modified time | relevance | path

Searched defs:tryLock (Results 1 – 22 of 22) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingLock.java37 public boolean tryLock() { in tryLock() method in ForwardingLock
42 public boolean tryLock(long time, TimeUnit unit) throws InterruptedException { in tryLock() method in ForwardingLock
DCycleDetectingLockFactory.java791 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantLock
801 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantLock
894 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadLock
904 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadLock
953 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantWriteLock
963 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantWriteLock
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DConcurrent.kt12 fun tryLock() = true in withLock() method
/external/guava/android/guava/src/com/google/common/util/concurrent/
DForwardingLock.java37 public boolean tryLock() { in tryLock() method in ForwardingLock
42 public boolean tryLock(long time, TimeUnit unit) throws InterruptedException { in tryLock() method in ForwardingLock
DCycleDetectingLockFactory.java791 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantLock
801 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantLock
894 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadLock
904 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadLock
953 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantWriteLock
963 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantWriteLock
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DConcurrent.common.kt20 fun tryLock(): Boolean in subscriberList() method
/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/locks/
DSynchronized.common.kt9 fun tryLock(): Boolean in reentrantLock() method in kotlinx.atomicfu.locks.ReentrantLock
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/
DMutexLincheckTest.kt17 fun tryLock() = mutex.tryLock() method in kotlinx.coroutines.lincheck.MutexLincheckTest
/external/gwp_asan/gwp_asan/platform_specific/
Dmutex_fuchsia.cpp16 bool Mutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in gwp_asan::Mutex
Dmutex_posix.cpp22 bool Mutex::tryLock() { return pthread_mutex_trylock(&Mu) == 0; } in tryLock() function in gwp_asan::Mutex
/external/kotlinx.atomicfu/atomicfu/src/jsMain/kotlin/kotlinx/atomicfu/locks/
DSynchronized.kt16 actual inline fun tryLock() = true in reentrantLock() method in kotlinx.atomicfu.locks.ReentrantLock
/external/deqp/framework/delibs/decpp/
DdeMutex.hpp114 inline bool Mutex::tryLock (void) throw() in tryLock() function in de::Mutex
/external/scudo/standalone/
Dtsd.h41 inline bool tryLock() { in tryLock() function
Dtrusty.cpp73 bool HybridMutex::tryLock() { return true; } in tryLock() function in scudo::HybridMutex
Dfuchsia.cpp167 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex
Dlinux.cpp104 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp67 bool tryLock() in tryLock() function
Dtilemgr.h53 bool tryLock() { return mFifo.tryLock(); } in tryLock() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt40 public fun tryLock(owner: Any? = null): Boolean in <lambda>() method
162 public override fun tryLock(owner: Any?): Boolean { in toString() method
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileChannel.java618 public FileLock tryLock(long position, long size, boolean shared) throws IOException { in tryLock() method in JimfsFileChannel
/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/locks/
DSynchronized.kt65 public fun tryLock(): Boolean { in tryLock() method in kotlinx.atomicfu.locks.SynchronizedObject
/external/swiftshader/third_party/marl/src/
Dscheduler.cpp508 bool Scheduler::Worker::tryLock() { in tryLock() function in marl::Scheduler::Worker