Searched refs:tryLock (Results 1 – 19 of 19) sorted by relevance
45 bool tryLock();
31 bool BurstBuilder::tryLock() { in tryLock() function in android::nn::BurstBuilder
884 const bool locked = b->tryLock(); in ANeuralNetworksExecution_burstCompute()
89 if (mutex.tryLock() == NO_ERROR) { in dumpTryLock()
193 boolean acquired = lock.tryLock(timeout, TimeUnit.MILLISECONDS); in acquireLock()
208 if (mLock.tryLock() != OK) { in tryBeginTrackSwitch()
388 if (mLock.tryLock() == NO_ERROR) { in dump()
1403 if (!mCameraLock.tryLock(MAX_CAMERA_WAIT_TIME, TimeUnit.SECONDS)) { in openCamera()1748 if (!mCameraLock.tryLock(MAX_CAMERA_WAIT_TIME, TimeUnit.SECONDS)) { in stopAndWait()
3061 static bool tryLock(Mutex& mutex) in tryLock() function3065 if (mutex.tryLock() == NO_ERROR) { in tryLock()3083 bool locked = tryLock(mServiceLock); in dump()3110 bool stateLocked = tryLock(mCameraStatesLock); in dump()
895 if (mLock.tryLock() == NO_ERROR) { in dump()
968 if (mMutex.tryLock() == 0) { in acquireBuffer_l()
779 if (mLock.tryLock() == NO_ERROR) { in lockIfMessageWanted()
449 if (lock.tryLock() == NO_ERROR) { in tryLockSpinRightRound()1226 if (mProcessCaptureResultLock.tryLock() != OK) { in processCaptureResult_3_4()1262 if (mProcessCaptureResultLock.tryLock() != OK) { in processCaptureResult()
3351 if (mAudioFlinger->mLock.tryLock() == NO_ERROR) { in threadLoop()
43885 method public final java.nio.channels.FileLock tryLock() throws java.io.IOException;43886 …method public abstract java.nio.channels.FileLock tryLock(long, long, boolean) throws java.io.IOEx…50192 method public abstract boolean tryLock();50193 …method public abstract boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.Inter…50231 method public boolean tryLock();50232 …method public boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExc…50264 method public boolean tryLock();50265 …method public boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExc…50276 method public boolean tryLock();50277 …method public boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExc…
64247 …method public abstract java.nio.channels.FileLock tryLock(long, long, boolean) throws java.io.IOEx…64248 method public final java.nio.channels.FileLock tryLock() throws java.io.IOException;64362 …method public abstract java.nio.channels.FileLock tryLock(long, long, boolean) throws java.io.IOEx…64363 method public final java.nio.channels.FileLock tryLock() throws java.io.IOException;73733 method public boolean tryLock();73734 …method public boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExc…73772 method public boolean tryLock();73773 …method public boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExc…73805 method public boolean tryLock();73806 …method public boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExc…[all …]
64391 …method public abstract java.nio.channels.FileLock tryLock(long, long, boolean) throws java.io.IOEx…64392 method public final java.nio.channels.FileLock tryLock() throws java.io.IOException;64506 …method public abstract java.nio.channels.FileLock tryLock(long, long, boolean) throws java.io.IOEx…64507 method public final java.nio.channels.FileLock tryLock() throws java.io.IOException;73877 method public boolean tryLock();73878 …method public boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExc…73916 method public boolean tryLock();73917 …method public boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExc…73949 method public boolean tryLock();73950 …method public boolean tryLock(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExc…[all …]
27528 HSPLjava/nio/channels/FileChannel;->tryLock()Ljava/nio/channels/FileLock;29969 HSPLjava/util/concurrent/locks/ReentrantLock;->tryLock()Z31268 HSPLsun/nio/ch/FileChannelImpl;->tryLock(JJZ)Ljava/nio/channels/FileLock;
109634 Ljava/util/concurrent/ThreadPoolExecutor$Worker;->tryLock()Z