Home
last modified time | relevance | path

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

12

/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingLock.java36 public boolean tryLock() { in tryLock() method in ForwardingLock
41 public boolean tryLock(long time, TimeUnit unit) throws InterruptedException { in tryLock() method in ForwardingLock
DCycleDetectingLockFactory.java779 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantLock
789 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantLock
882 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadLock
892 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadLock
941 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantWriteLock
951 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantWriteLock
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DConcurrent.kt12 fun tryLock() = true in withLock() method in kotlinx.coroutines.internal.NoOpLock
/external/guava/android/guava/src/com/google/common/util/concurrent/
DForwardingLock.java36 public boolean tryLock() { in tryLock() method in ForwardingLock
41 public boolean tryLock(long time, TimeUnit unit) throws InterruptedException { in tryLock() method in ForwardingLock
DCycleDetectingLockFactory.java780 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantLock
790 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantLock
883 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadLock
893 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadLock
942 public boolean tryLock() { in tryLock() method in CycleDetectingLockFactory.CycleDetectingReentrantWriteLock
952 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 in kotlinx.coroutines.internal.NoOpLock
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DConcurrent.common.kt18 fun tryLock(): Boolean in subscriberList() method in kotlinx.coroutines.internal.ReentrantLock
/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/locks/
DSynchronized.common.kt9 fun tryLock(): Boolean in reentrantLock() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/
DMutexLCStressTest.kt17 fun tryLock() = mutex.tryLock() method
/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/llvm-project/compiler-rt/lib/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.kt14 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.h42 inline bool tryLock() { in tryLock() function
Dfuchsia.cpp167 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex
Dlinux.cpp139 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd.h42 inline bool tryLock() { in tryLock() function
Dfuchsia.cpp156 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex
Dlinux.cpp100 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp67 bool tryLock() in tryLock() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt41 public fun tryLock(owner: Any? = null): Boolean in <lambda>() method
166 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

12