Searched refs:unlock (Results 76 - 100 of 136) sorted by relevance

123456

/external/elfutils/lib/
H A Deu-config.h65 # define rwlock_unlock(lock) RWLOCK_CALL (unlock (&lock))
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGRegisterBank.h166 // lock/unlock register, ensures that they are not spilled.
173 void unlock(RegID reg)
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_runtime.mm108 JSLock::unlock(SilenceAssertionsOnly);
136 JSLock::unlock(SilenceAssertionsOnly);
/external/webkit/Source/WebCore/page/
H A DNavigator.cpp219 localStorage->unlock();
/external/webkit/Source/WebCore/platform/audio/
H A DReverbConvolver.cpp212 m_backgroundThreadLock.unlock();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DCanvasTexture.cpp155 s_texturesLock.unlock();
H A DVideoLayerManager.cpp320 m_retiredTexturesLock.unlock();
345 m_retiredTexturesLock.unlock();
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h61 void unlock() { m_locked = false; } function in class:WebCore::SharedBitmap
/external/webkit/Source/WebCore/storage/
H A DStorageNamespaceImpl.cpp166 void StorageNamespaceImpl::unlock() function in class:WebCore::StorageNamespaceImpl
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.cpp222 context()->unlock();
H A DAudioBufferSourceNode.cpp89 // Careful - this is a tryLock() and not an autolocker, so we must unlock() before every return.
100 m_processLock.unlock();
130 m_processLock.unlock();
/external/webkit/Source/WebKit/android/plugins/
H A DANPSurfaceInterface.cpp169 ASSIGN(i, unlock);
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadingWin.cpp149 atomicallyInitializedStaticMutex->unlock();
305 // If this thread already had the lock, we must unlock and
320 void Mutex::unlock() function in class:WTF::Mutex
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DVideoSinkGStreamer.cpp69 // unlock() and render(), where unlock() wins, signals the
272 return GST_CALL_PARENT_WITH_DEFAULT(GST_BASE_SINK_CLASS, unlock,
344 gstbase_sink_class->unlock = webkit_video_sink_unlock;
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheTesting.java143 segment.unlock();
164 segment.unlock();
437 segment.unlock();
/external/kernel-headers/original/linux/mtd/
H A Dmtd.h191 int (*unlock) (struct mtd_info *mtd, loff_t ofs, size_t len); member in struct:mtd_info
/external/qemu/target-i386/
H A Dhelper.h7 DEF_HELPER_0(unlock, void)
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2303 unlock();
2477 unlock();
2492 unlock();
2640 unlock();
2917 unlock();
3041 unlock();
3087 unlock();
3133 unlock();
3185 unlock();
3230 unlock();
[all...]
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp368 fVertexPool.unlock();
369 fIndexPool.unlock();
H A DGrGpu.cpp296 fQuadIndexBuffer->unlock();
818 fVertexPool->unlock();
823 fIndexPool->unlock();
/external/valgrind/main/helgrind/tests/
H A Dt2t_laog.stdout.exp166 stats: init 1240 lock 1240 unlock 1240 destroy 1240
/external/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.cpp172 void QNetworkReplyHandlerCallQueue::unlock() function in class:WebCore::QNetworkReplyHandlerCallQueue
203 ~QueueLocker() { m_queue->unlock(); }
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp423 m_quotaThreadLock.unlock();
499 m_quotaThreadLock.unlock();
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.cpp120 m_lockingMutex.unlock();
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java2210 unlock();
2367 unlock();
2595 unlock();
2718 unlock();
2762 unlock();
2805 unlock();
2848 unlock();
2879 unlock();
2948 unlock();
2984 unlock();
[all...]

Completed in 619 milliseconds

123456