HomeSort by relevance Sort by last modified time
    Searched defs:tryLock (Results 1 - 10 of 10) sorted by null

  /external/deqp/framework/delibs/decpp/
deMutex.hpp 45 bool tryLock (void) throw();
114 inline bool Mutex::tryLock (void) throw()
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.cpp 109 ** Function: tryLock
116 bool Mutex::tryLock ()
121 ALOGE ("Mutex::tryLock: error=0x%X", res);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 153 // There is a separate tryLock implementation for the Mutex and the
154 // RecursiveMutex since on Windows we need to manually check if tryLock should
158 bool Mutex::tryLock()
177 bool RecursiveMutex::tryLock()
ThreadingWin.cpp 182 bool Mutex::tryLock()
210 bool RecursiveMutex::tryLock()
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.cpp 607 bool AudioContext::tryLock(bool& mustReleaseLock)
616 // In release build treat tryLock() as lock() (since above ASSERT(isAudioThread) never fires) - this is the best we can do.
629 hasLock = m_contextGraphMutex.tryLock();
669 // It's OK if the tryLock() fails, we'll just take slightly longer to pick up the changes.
671 if (tryLock(mustReleaseLock)) {
690 // Must use a tryLock() here too. Don't worry, the lock will very rarely be contended and this method is called frequently.
694 if (tryLock(mustReleaseLock)) {
698 // Take care of AudioNode tasks where the tryLock() failed previously.
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 270 milliseconds