| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
| D | Concurrent.common.kt | 8 fun tryLock(): Boolean method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ |
| D | Concurrent.kt | 12 fun tryLock() = true in withLock() method
|
| /external/guava/android/guava/src/com/google/common/util/concurrent/ |
| D | ForwardingLock.java | 37 public boolean tryLock() { in tryLock() method in ForwardingLock 42 public boolean tryLock(long time, TimeUnit unit) throws InterruptedException { in tryLock() method in ForwardingLock
|
| D | CycleDetectingLockFactory.java | 791 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/guava/guava/src/com/google/common/util/concurrent/ |
| D | ForwardingLock.java | 37 public boolean tryLock() { in tryLock() method in ForwardingLock 42 public boolean tryLock(long time, TimeUnit unit) throws InterruptedException { in tryLock() method in ForwardingLock
|
| D | CycleDetectingLockFactory.java | 791 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.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/lincheck/ |
| D | MutexLincheckTest.kt | 20 fun tryLock(@Param(name = "owner") owner: Int) = mutex.tryLock(owner.asOwnerOrNull) in tryLock() method in kotlinx.coroutines.lincheck.MutexLincheckTest
|
| /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/kotlinx.atomicfu/atomicfu/src/jsMain/kotlin/kotlinx/atomicfu/locks/ |
| D | Synchronized.kt | 16 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 | 38 inline bool tryLock() NO_THREAD_SAFETY_ANALYSIS { in tryLock() function
|
| D | trusty.cpp | 73 bool HybridMutex::tryLock() { return true; } in tryLock() function in scudo::HybridMutex
|
| D | fuchsia.cpp | 199 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex
|
| D | linux.cpp | 106 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/ |
| D | Mutex.kt | 42 public fun tryLock(owner: Any? = null): Boolean in <lambda>() method 180 override fun tryLock(owner: Any?): Boolean = when (tryLockImpl(owner)) { in tryLock() method
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
| D | fifo.hpp | 67 bool tryLock() in tryLock() function
|
| D | tilemgr.h | 53 bool tryLock() { return mFifo.tryLock(); } in tryLock() function
|
| /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
|
| /external/swiftshader/third_party/marl/src/ |
| D | scheduler.cpp | 504 bool Scheduler::Worker::tryLock() { in tryLock() function in marl::Scheduler::Worker
|