/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ForwardingLock.java | 36 public boolean tryLock() { in tryLock() method in ForwardingLock 41 public boolean tryLock(long time, TimeUnit unit) throws InterruptedException { in tryLock() method in ForwardingLock
|
D | CycleDetectingLockFactory.java | 779 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/ |
D | Concurrent.kt | 12 fun tryLock() = true in withLock() method in kotlinx.coroutines.internal.NoOpLock
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | ForwardingLock.java | 36 public boolean tryLock() { in tryLock() method in ForwardingLock 41 public boolean tryLock(long time, TimeUnit unit) throws InterruptedException { in tryLock() method in ForwardingLock
|
D | CycleDetectingLockFactory.java | 780 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/ |
D | Concurrent.kt | 12 fun tryLock() = true in withLock() method in kotlinx.coroutines.internal.NoOpLock
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | Concurrent.common.kt | 18 fun tryLock(): Boolean in subscriberList() method in kotlinx.coroutines.internal.ReentrantLock
|
/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/locks/ |
D | Synchronized.common.kt | 9 fun tryLock(): Boolean in reentrantLock() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/ |
D | MutexLCStressTest.kt | 17 fun tryLock() = mutex.tryLock() method
|
/external/gwp_asan/gwp_asan/platform_specific/ |
D | mutex_fuchsia.cpp | 16 bool Mutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in gwp_asan::Mutex
|
D | mutex_posix.cpp | 22 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/ |
D | mutex_fuchsia.cpp | 16 bool Mutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in gwp_asan::Mutex
|
D | mutex_posix.cpp | 22 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/ |
D | Synchronized.kt | 14 actual inline fun tryLock() = true in reentrantLock() method in kotlinx.atomicfu.locks.ReentrantLock
|
/external/deqp/framework/delibs/decpp/ |
D | deMutex.hpp | 114 inline bool Mutex::tryLock (void) throw() in tryLock() function in de::Mutex
|
/external/scudo/standalone/ |
D | tsd.h | 42 inline bool tryLock() { in tryLock() function
|
D | fuchsia.cpp | 167 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex
|
D | linux.cpp | 139 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | tsd.h | 42 inline bool tryLock() { in tryLock() function
|
D | fuchsia.cpp | 156 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex
|
D | linux.cpp | 100 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | fifo.hpp | 67 bool tryLock() in tryLock() function
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/ |
D | Mutex.kt | 41 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/ |
D | JimfsFileChannel.java | 618 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/ |
D | Synchronized.kt | 65 public fun tryLock(): Boolean { in tryLock() method in kotlinx.atomicfu.locks.SynchronizedObject
|