lock              153 Source/core/fetch/MemoryCache.cpp     if (resource && !resource->lock()) {
lock              825 Source/core/fetch/Resource.cpp     if (!m_data->lock()) {
lock              232 Source/core/fetch/Resource.h     bool lock();
lock             3107 Source/core/html/HTMLMediaElement.cpp         m_audioSourceNode->lock();
lock             3427 Source/core/html/HTMLMediaElement.cpp         m_audioSourceNode->lock();
lock             3452 Source/core/html/HTMLMediaElement.cpp         m_audioSourceNode->lock();
lock              156 Source/core/inspector/InspectorPageAgent.cpp         if (!cachedResource->lock())
lock               86 Source/core/inspector/WorkerDebuggerAgent.cpp     MutexLocker lock(workerDebuggerAgentsMutex());
lock               92 Source/core/inspector/WorkerDebuggerAgent.cpp     MutexLocker lock(workerDebuggerAgentsMutex());
lock               99 Source/core/inspector/WorkerDebuggerAgent.cpp     MutexLocker lock(workerDebuggerAgentsMutex());
lock               64 Source/core/workers/WorkerThread.cpp     MutexLocker lock(threadSetMutex());
lock               76 Source/core/workers/WorkerThread.cpp     MutexLocker lock(threadSetMutex());
lock               82 Source/core/workers/WorkerThread.cpp     MutexLocker lock(threadSetMutex());
lock               90 Source/core/workers/WorkerThread.cpp     MutexLocker lock(m_threadCreationMutex);
lock              112 Source/core/workers/WorkerThread.cpp         MutexLocker lock(m_threadCreationMutex);
lock              224 Source/core/workers/WorkerThread.cpp     MutexLocker lock(m_threadCreationMutex);
lock              251 Source/core/workers/WorkerThread.cpp     MutexLocker lock(threadSetMutex());
lock              696 Source/modules/webaudio/AudioContext.cpp         m_contextGraphMutex.lock();
lock              712 Source/modules/webaudio/AudioContext.cpp         lock(mustReleaseLock);
lock              184 Source/modules/webaudio/AudioContext.h     void lock(bool& mustReleaseLock);
lock              204 Source/modules/webaudio/AudioContext.h             context->lock(m_mustReleaseLock);
lock              509 Source/modules/webaudio/AudioNode.cpp         context()->lock(mustReleaseLock);
lock              142 Source/modules/webaudio/MediaElementAudioSourceNode.cpp     m_processLock.lock();
lock               56 Source/modules/webaudio/MediaElementAudioSourceNode.h     void lock();
lock              151 Source/modules/webdatabase/DatabaseManager.cpp     MutexLocker lock(m_contextMapLock);
lock              157 Source/modules/webdatabase/DatabaseManager.cpp     MutexLocker lock(m_contextMapLock);
lock               88 Source/modules/webdatabase/DatabaseThread.cpp     MutexLocker lock(m_terminationRequestedMutex);
lock              103 Source/modules/webdatabase/DatabaseThread.cpp     MutexLocker lock(m_terminationRequestedMutex);
lock              151 Source/modules/webdatabase/DatabaseThread.cpp     MutexLocker lock(m_terminationRequestedMutex);
lock              163 Source/modules/webdatabase/DatabaseThread.cpp     MutexLocker lock(m_terminationRequestedMutex);
lock              258 Source/platform/DragImage.cpp     SkAutoLockPixels lock(m_bitmap);
lock              179 Source/platform/PurgeableVector.cpp     return m_discardable->lock();
lock               83 Source/platform/PurgeableVector.h     bool lock();
lock              265 Source/platform/PurgeableVectorTest.cpp     const bool wasPurged = !purgeableVector.lock();
lock              303 Source/platform/PurgeableVectorTest.cpp     purgeableVector.lock();
lock              318 Source/platform/PurgeableVectorTest.cpp     ASSERT_TRUE(purgeableVector.lock()); // Add an extra lock.
lock              327 Source/platform/PurgeableVectorTest.cpp     if (purgeableVector.lock())
lock              406 Source/platform/SharedBuffer.cpp     return m_buffer.lock();
lock               94 Source/platform/SharedBuffer.h     bool lock();
lock               49 Source/platform/TaskSynchronizer.cpp     m_synchronousMutex.lock();
lock               57 Source/platform/TaskSynchronizer.cpp     m_synchronousMutex.lock();
lock               46 Source/platform/TestingPlatformSupport.h     virtual bool lock() OVERRIDE;
lock              598 Source/platform/graphics/BitmapImage.cpp         SkAutoLockPixels lock(frame->bitmap());
lock               95 Source/platform/graphics/DiscardablePixelRef.cpp     if (!m_lockedMemory && m_discardable->lock())
lock               96 Source/platform/graphics/ImageDecodingStore.cpp         MutexLocker lock(m_mutex);
lock              109 Source/platform/graphics/ImageDecodingStore.cpp         MutexLocker lock(m_mutex);
lock              141 Source/platform/graphics/ImageDecodingStore.cpp         MutexLocker lock(m_mutex);
lock              168 Source/platform/graphics/ImageDecodingStore.cpp     MutexLocker lock(m_mutex);
lock              184 Source/platform/graphics/ImageDecodingStore.cpp     MutexLocker lock(m_mutex);
lock              203 Source/platform/graphics/ImageDecodingStore.cpp     MutexLocker lock(m_mutex);
lock              212 Source/platform/graphics/ImageDecodingStore.cpp         MutexLocker lock(m_mutex);
lock              232 Source/platform/graphics/ImageDecodingStore.cpp     MutexLocker lock(m_mutex);
lock              243 Source/platform/graphics/ImageDecodingStore.cpp         MutexLocker lock(m_mutex);
lock              259 Source/platform/graphics/ImageDecodingStore.cpp         MutexLocker lock(m_mutex);
lock              267 Source/platform/graphics/ImageDecodingStore.cpp         MutexLocker lock(m_mutex);
lock              276 Source/platform/graphics/ImageDecodingStore.cpp         MutexLocker lock(m_mutex);
lock              284 Source/platform/graphics/ImageDecodingStore.cpp     MutexLocker lock(m_mutex);
lock              290 Source/platform/graphics/ImageDecodingStore.cpp     MutexLocker lock(m_mutex);
lock              296 Source/platform/graphics/ImageDecodingStore.cpp     MutexLocker lock(m_mutex);
lock              302 Source/platform/graphics/ImageDecodingStore.cpp     MutexLocker lock(m_mutex);
lock              312 Source/platform/graphics/ImageDecodingStore.cpp         MutexLocker lock(m_mutex);
lock              110 Source/platform/graphics/ImageFrameGenerator.cpp     MutexLocker lock(m_decodeMutex);
lock              133 Source/platform/graphics/ImageFrameGenerator.cpp     MutexLocker lock(m_decodeMutex);
lock              291 Source/platform/graphics/ImageFrameGenerator.cpp         MutexLocker lock(m_alphaMutex);
lock              325 Source/platform/graphics/ImageFrameGenerator.cpp     MutexLocker lock(m_alphaMutex);
lock               65 Source/platform/graphics/ThreadSafeDataTransport.cpp         MutexLocker lock(m_mutex);
lock               78 Source/platform/graphics/ThreadSafeDataTransport.cpp     MutexLocker lock(m_mutex);
lock              145 Source/platform/heap/Handle.h         typename RootsAccessor::Lock lock;
lock              161 Source/platform/heap/Handle.h         typename RootsAccessor::Lock lock;
lock              174 Source/platform/heap/Handle.h         typename RootsAccessor::Lock lock;
lock              112 Source/platform/heap/ThreadState.cpp         threadAttachMutex().lock();
lock               87 Source/platform/scroll/ScrollView.h     void setHorizontalScrollbarMode(ScrollbarMode mode, bool lock = false) { setScrollbarModes(mode, verticalScrollbarMode(), lock, verticalScrollbarLock()); }
lock               88 Source/platform/scroll/ScrollView.h     void setVerticalScrollbarMode(ScrollbarMode mode, bool lock = false) { setScrollbarModes(horizontalScrollbarMode(), mode, horizontalScrollbarLock(), lock); };
lock               93 Source/platform/scroll/ScrollView.h     void setHorizontalScrollbarLock(bool lock = true) { m_horizontalScrollbarLock = lock; }
lock               95 Source/platform/scroll/ScrollView.h     void setVerticalScrollbarLock(bool lock = true) { m_verticalScrollbarLock = lock; }
lock               98 Source/platform/scroll/ScrollView.h     void setScrollingModesLock(bool lock = true) { m_horizontalScrollbarLock = m_verticalScrollbarLock = lock; }
lock               48 Source/web/tests/SpinLockTest.cpp static int lock = 0;
lock               73 Source/web/tests/SpinLockTest.cpp         spinLockLock(&lock);
lock               75 Source/web/tests/SpinLockTest.cpp         spinLockUnlock(&lock);
lock               44 Source/wtf/HashTable.cpp     MutexLocker lock(hashTableStatsMutex());
lock               53 Source/wtf/HashTable.cpp     MutexLocker lock(hashTableStatsMutex());
lock               38 Source/wtf/Locker.h     Locker(T& lockable) : m_lockable(lockable) { m_lockable.lock(); }
lock               93 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              102 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              112 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              122 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              139 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              169 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              181 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              191 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              200 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              208 Source/wtf/MessageQueue.h         MutexLocker lock(m_mutex);
lock              108 Source/wtf/PageAllocator.cpp     int lock;
lock              132 Source/wtf/PageAllocator.cpp     spinLockLock(&x->lock);
lock              145 Source/wtf/PageAllocator.cpp     spinLockUnlock(&x->lock);
lock              158 Source/wtf/PartitionAlloc.cpp     root->lock = 0;
lock              285 Source/wtf/PartitionAlloc.h     int lock;
lock              540 Source/wtf/PartitionAlloc.h     spinLockLock(&root->lock);
lock              542 Source/wtf/PartitionAlloc.h     spinLockUnlock(&root->lock);
lock              565 Source/wtf/PartitionAlloc.h     spinLockLock(&root->lock);
lock              567 Source/wtf/PartitionAlloc.h     spinLockUnlock(&root->lock);
lock               43 Source/wtf/SpinLock.h ALWAYS_INLINE void spinLockLock(int volatile* lock)
lock               45 Source/wtf/SpinLock.h     while (UNLIKELY(atomicTestAndSetToOne(lock))) {
lock               46 Source/wtf/SpinLock.h         while (*lock) { } // Spin without spamming locked instructions.
lock               50 Source/wtf/SpinLock.h ALWAYS_INLINE void spinLockUnlock(int volatile* lock)
lock               52 Source/wtf/SpinLock.h     atomicSetOneToZero(lock);
lock               80 Source/wtf/ThreadingPrimitives.h     void lock();
lock              130 Source/wtf/ThreadingPthreads.cpp     atomicallyInitializedStaticMutex->lock();
lock              141 Source/wtf/ThreadingWin.cpp     atomicallyInitializedStaticMutex->lock();
lock               78 Source/wtf/WTF.cpp     static int lock = 0;
lock               80 Source/wtf/WTF.cpp     spinLockLock(&lock);
lock               85 Source/wtf/WTF.cpp     spinLockUnlock(&lock);
lock              384 Source/wtf/dtoa.cpp     s_dtoaP5Mutex->lock();
lock              408 Source/wtf/dtoa.cpp             s_dtoaP5Mutex->lock();
lock              289 Source/wtf/text/TextEncodingRegistry.cpp     MutexLocker lock(encodingRegistryMutex());
lock              304 Source/wtf/text/TextEncodingRegistry.cpp     MutexLocker lock(encodingRegistryMutex());
lock              353 Source/wtf/text/TextEncodingRegistry.cpp     MutexLocker lock(encodingRegistryMutex());
lock              102 Source/wtf/unicode/icu/CollatorICU.cpp         Locker<Mutex> lock(cachedCollatorMutex());
lock              138 Source/wtf/unicode/icu/CollatorICU.cpp         Locker<Mutex> lock(cachedCollatorMutex());
lock               62 public/platform/WebDiscardableMemory.h     virtual bool lock() = 0;