Home
last modified time | relevance | path

Searched defs:tryLock (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/storage/
DOriginQuotaManager.cpp45 bool OriginQuotaManager::tryLock() in tryLock() function in WebCore::OriginQuotaManager
/external/webkit/Source/JavaScriptCore/wtf/
DThreadingNone.cpp48 bool Mutex::tryLock() { return false; } in tryLock() function in WTF::Mutex
DThreadingWin.cpp294 bool Mutex::tryLock() in tryLock() function in WTF::Mutex
DThreadingPthreads.cpp273 bool Mutex::tryLock() in tryLock() function in WTF::Mutex
/external/webkit/Source/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp189 bool Mutex::tryLock() in tryLock() function in WTF::Mutex
/external/webkit/Source/JavaScriptCore/wtf/qt/
DThreadingQt.cpp231 bool Mutex::tryLock() in tryLock() function in WTF::Mutex
/external/webkit/Source/WebCore/webaudio/
DAudioContext.cpp395 bool AudioContext::tryLock(bool& mustReleaseLock) in tryLock() function in WebCore::AudioContext
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DFileChannelTest.java3089 public FileLock tryLock(long position, long size, boolean shared) in tryLock() method in FileChannelTest.MockFileChannel