Home
last modified time | relevance | path

Searched defs:tryLock (Results 26 – 50 of 850) sorted by relevance

12345678910>>...34

/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DAsynchronousFileChannel.java616 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 DFileChannel.java1132 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/
DAndroidLock.h68 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/
DFileChannel.java1132 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/
DFileChannel.java1132 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 DMutex.kt38 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 Dmutex_fuchsia.cpp16 bool Mutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in gwp_asan::Mutex
H A Dmutex_posix.cpp22 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/
Dsync.h35 int tryLock() { in tryLock() function
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/src/adaptation/
DMutex.cpp124 bool Mutex::tryLock() { in tryLock() function in Mutex
/aosp_15_r20/packages/apps/Nfc/nci/jni/
DMutex.cpp106 bool Mutex::tryLock() { in tryLock() function in Mutex
/aosp_15_r20/device/linaro/poplar/wifi/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/locks/
H A DSynchronized.kt17 actual inline fun tryLock() = true in reentrantLock() method in kotlinx.atomicfu.locks.ReentrantLock
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DBurstBuilder.cpp36 bool BurstBuilder::tryLock() { in tryLock() function in android::nn::BurstBuilder
/aosp_15_r20/system/core/libutils/
H A DMutex_test.cpp34 TEST(Mutex, tryLock) { in TEST() argument
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeMutex.hpp117 inline bool Mutex::tryLock(void) throw() in tryLock() function in de::Mutex
/aosp_15_r20/external/scudo/standalone/
H A Dtsd.h38 inline bool tryLock() NO_THREAD_SAFETY_ANALYSIS { in tryLock() function
H A Dtrusty.cpp78 bool HybridMutex::tryLock() { return true; } in tryLock() function in scudo::HybridMutex
H A Dfuchsia.cpp198 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex
H A Dlinux.cpp114 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex
/aosp_15_r20/hardware/google/gchips/libexynosutils/
DExynosMutex.cpp158 bool ExynosMutex::tryLock(void) in tryLock() function in ExynosMutex
/aosp_15_r20/build/soong/ui/build/
H A Dproc_sync_test.go90 func (c *countLock) tryLock() (err error) { func

12345678910>>...34