/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/ |
H A D | AsynchronousFileChannel.java | 616 public abstract FileLock tryLock(long position, long size, boolean shared) in tryLock() method in AsynchronousFileChannel 649 public final FileLock tryLock() throws IOException { in tryLock() method in AsynchronousFileChannel
|
H A D | FileChannel.java | 1132 public abstract FileLock tryLock(long position, long size, boolean shared) in tryLock() method in FileChannel 1164 public final FileLock tryLock() throws IOException { in tryLock() method in FileChannel
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/ |
D | AndroidLock.h | 68 bool tryLock() { in tryLock() function 134 bool tryLock() { in tryLock() function
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/ |
D | FileChannel.java | 1132 public abstract FileLock tryLock(long position, long size, boolean shared) in tryLock() method in FileChannel 1164 public final FileLock tryLock() throws IOException { in tryLock() method in FileChannel
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/ |
D | FileChannel.java | 1132 public abstract FileLock tryLock(long position, long size, boolean shared) in tryLock() method in FileChannel 1164 public final FileLock tryLock() throws IOException { in tryLock() method in FileChannel
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/ |
H A D | Mutex.kt | 38 public fun tryLock(owner: Any? = null): Boolean in <lambda>() method 175 override fun tryLock(owner: Any?): Boolean = when (tryLockImpl(owner)) { in tryLock() method
|
/aosp_15_r20/external/gwp_asan/gwp_asan/platform_specific/ |
H A D | mutex_fuchsia.cpp | 16 bool Mutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in gwp_asan::Mutex
|
H A D | mutex_posix.cpp | 22 bool Mutex::tryLock() { return pthread_mutex_trylock(&Mu) == 0; } in tryLock() function in gwp_asan::Mutex
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | sync.h | 35 int tryLock() { in tryLock() function
|
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | sync.h | 35 int tryLock() { in tryLock() function
|
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/src/adaptation/ |
D | Mutex.cpp | 124 bool Mutex::tryLock() { in tryLock() function in Mutex
|
/aosp_15_r20/packages/apps/Nfc/nci/jni/ |
D | Mutex.cpp | 106 bool Mutex::tryLock() { in tryLock() function in Mutex
|
/aosp_15_r20/device/linaro/poplar/wifi/wifi_hal/ |
D | sync.h | 35 int tryLock() { in tryLock() function
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/locks/ |
H A D | Synchronized.kt | 17 actual inline fun tryLock() = true in reentrantLock() method in kotlinx.atomicfu.locks.ReentrantLock
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | BurstBuilder.cpp | 36 bool BurstBuilder::tryLock() { in tryLock() function in android::nn::BurstBuilder
|
/aosp_15_r20/system/core/libutils/ |
H A D | Mutex_test.cpp | 34 TEST(Mutex, tryLock) { in TEST() argument
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | sync.h | 35 int tryLock() { in tryLock() function
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | sync.h | 35 int tryLock() { in tryLock() function
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deMutex.hpp | 117 inline bool Mutex::tryLock(void) throw() in tryLock() function in de::Mutex
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | tsd.h | 38 inline bool tryLock() NO_THREAD_SAFETY_ANALYSIS { in tryLock() function
|
H A D | trusty.cpp | 78 bool HybridMutex::tryLock() { return true; } in tryLock() function in scudo::HybridMutex
|
H A D | fuchsia.cpp | 198 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex
|
H A D | linux.cpp | 114 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex
|
/aosp_15_r20/hardware/google/gchips/libexynosutils/ |
D | ExynosMutex.cpp | 158 bool ExynosMutex::tryLock(void) in tryLock() function in ExynosMutex
|
/aosp_15_r20/build/soong/ui/build/ |
H A D | proc_sync_test.go | 90 func (c *countLock) tryLock() (err error) { func
|