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/deqp/framework/delibs/decpp/
H A DdeMutex.hpp45 bool tryLock (void) throw();
114 inline bool Mutex::tryLock (void) throw() function in class:de::Mutex
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingPthreads.cpp318 bool Mutex::tryLock() function in class:WTF::Mutex
H A DThreadingWin.cpp284 bool Mutex::tryLock() function in class:WTF::Mutex
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioContext.cpp635 bool AudioContext::tryLock(bool& mustReleaseLock) function in class:WebCore::AudioContext
644 // In release build treat tryLock() as lock() (since above ASSERT(isAudioThread) never fires) - this is the best we can do.
657 hasLock = m_contextGraphMutex.tryLock();
697 // It's OK if the tryLock() fails, we'll just take slightly longer to pick up the changes.
699 if (tryLock(mustReleaseLock)) {
715 // Must use a tryLock() here too. Don't worry, the lock will very rarely be contended and this method is called frequently.
719 if (tryLock(mustReleaseLock)) {
720 // Take care of finishing any derefs where the tryLock() failed previously.
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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 ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 381 milliseconds