Searched defs:tryLock (Results 1 - 12 of 12) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DMutex.cpp109 ** Function: tryLock
116 bool Mutex::tryLock () function in class:Mutex
121 ALOGE ("Mutex::tryLock: error=0x%X", res);
/external/webkit/Source/WebCore/storage/
H A DOriginQuotaManager.cpp45 bool OriginQuotaManager::tryLock() function in class:WebCore::OriginQuotaManager
47 bool locked = m_usageRecordGuard.tryLock();
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadingNone.cpp48 bool Mutex::tryLock() { return false; } function in class:WTF::Mutex
H A DThreadingPthreads.cpp273 bool Mutex::tryLock() function in class:WTF::Mutex
H A DThreadingWin.cpp294 bool Mutex::tryLock() function in class:WTF::Mutex
/external/webkit/Source/JavaScriptCore/wtf/gtk/
H A DThreadingGtk.cpp189 bool Mutex::tryLock() function in class:WTF::Mutex
/external/webkit/Source/JavaScriptCore/wtf/qt/
H A DThreadingQt.cpp231 bool Mutex::tryLock() function in class:WTF::Mutex
233 return m_mutex->tryLock();
/external/webkit/Source/WebCore/webaudio/
H A DAudioContext.cpp395 bool AudioContext::tryLock(bool& mustReleaseLock) function in class:WebCore::AudioContext
404 // In release build treat tryLock() as lock() (since above ASSERT(isAudioThread) never fires) - this is the best we can do.
417 hasLock = m_contextGraphMutex.tryLock();
457 // It's OK if the tryLock() fails, we'll just take slightly longer to pick up the changes.
459 if (tryLock(mustReleaseLock)) {
473 // Must use a tryLock() here too. Don't worry, the lock will very rarely be contended and this method is called frequently.
477 if (tryLock(mustReleaseLock)) {
478 // Take care of finishing any derefs where the tryLock() failed previously.
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DFileChannelTest.java863 * @tests java.nio.channels.FileChannel#tryLock()
867 // Verify that calling tryLock() leads to the method
868 // tryLock(long, long, boolean) being called with a 0 for the
871 mockFileChannel.tryLock();
876 * @tests java.nio.channels.FileChannel#tryLock(long, long, boolean)
881 readOnlyFileChannel.tryLock(0, 10, false);
889 writeOnlyFileChannel.tryLock(0, 10, false);
897 readWriteFileChannel.tryLock(0, 10, false);
905 readWriteFileChannel.tryLock(-1, 0, false);
913 * @tests java.nio.channels.FileChannel#tryLock(lon
3089 public FileLock tryLock(long position, long size, boolean shared) method in class:FileChannelTest.MockFileChannel
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6570 milliseconds