Searched defs:unlock (Results 1 - 25 of 41) sorted by relevance

12

/external/webkit/Source/WebKit/android/plugins/
H A DANPSurface_npapi.h45 void (*unlock)(JNIEnv* env, jobject surface); member in struct:ANPSurfaceInterfaceV0
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DMutex.cpp90 ** Function: unlock
97 void Mutex::unlock () function in class:Mutex
102 ALOGE ("Mutex::unlock: fail unlock; error=0x%X", res);
/external/chromium/chrome/browser/chromeos/login/
H A Dauth_attempt_state.h30 // Used to initalize for a screen unlock attempt.
74 const bool unlock; // True if authenticating to unlock the computer. member in class:chromeos::AuthAttemptState
H A Dscreen_locker_browsertest.cc109 // Test the no password mode with different unlock scheme given by
110 // |unlock| function.
111 void TestNoPassword(void (unlock)(views::Widget*)) { argument
128 unlock(tester->GetWidget());
212 // Successful authentication simply send a unlock request to PowerManager.
/external/webkit/Source/WebCore/storage/
H A DOriginQuotaManager.cpp65 void OriginQuotaManager::unlock() function in class:WebCore::OriginQuotaManager
70 m_usageRecordGuard.unlock();
H A DStorageNamespaceImpl.cpp166 void StorageNamespaceImpl::unlock() function in class:WebCore::StorageNamespaceImpl
/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error.cc14 const std::string& t, const GURL& img, const GURL& unlock)
15 : token(t), image_url(img), unlock_url(unlock) {}
13 Captcha( const std::string& t, const GURL& img, const GURL& unlock) argument
/external/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp76 void GrGLIndexBuffer::unlock() { function in class:GrGLIndexBuffer
H A DGrGLVertexBuffer.cpp71 void GrGLVertexBuffer::unlock() { function in class:GrGLVertexBuffer
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSLock.cpp98 void JSLock::unlock(JSLockBehavior lockBehavior) function in class:JSC::JSLock
122 void JSLock::unlock(ExecState* exec) function in class:JSC::JSLock
124 unlock(exec->globalData().isSharedInstance() ? LockForReal : SilenceAssertionsOnly);
137 // We lock the context when a thread enters, and unlock it when it leaves.
138 // However we do not only unlock when the thread returns from its
139 // entry point (evaluate script or call function), we also unlock the
187 JSLock::unlock(m_lockBehavior);
205 JSLock::unlock(m_lockBehavior);
239 void JSLock::unlock(JSLockBehavior)
247 void JSLock::unlock(ExecStat
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadingNone.cpp49 void Mutex::unlock() { } function in class:WTF::Mutex
H A DThreadingPthreads.cpp94 atomicallyInitializedStaticMutex->unlock();
286 void Mutex::unlock() function in class:WTF::Mutex
341 void ReadWriteLock::unlock() function in class:WTF::ReadWriteLock
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/WebKit/chromium/src/
H A DStorageNamespaceProxy.cpp89 void StorageNamespaceProxy::unlock() function in class:WebCore::StorageNamespaceProxy
/external/compiler-rt/lib/
H A Datomic.c49 // lock() and unlock() functions.
57 inline static void unlock(Lock *l) { function
76 inline static void unlock(Lock *l) { function
155 unlock(l);
169 unlock(l);
188 unlock(l);
192 unlock(l);
209 unlock(l);
231 unlock(l);\
246 unlock(
[all...]
/external/valgrind/main/drd/tests/
H A Dmonitor_example.cpp110 void unlock() function in class:Monitor
163 { if (m_locked) unlock(); }
166 void unlock() function in class:ScopedLock
167 { assert(m_locked); m_locked = false; m_monitor.unlock(); }
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc131 static void unlock(atomic_uintptr_t *p, StackDesc *s) { function in namespace:__sanitizer
152 unlock(p, s2);
166 unlock(p, s);
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp531 ** Description: unlock the mutex
536 void ThreadMutex::unlock() function in class:ThreadMutex
623 ** Description: class destructor, automatically unlock the mutex
630 mm.unlock();
/external/skia/src/gpu/
H A DGrBufferAllocPool.cpp59 buffer->unlock();
82 buffer->unlock();
103 void GrBufferAllocPool::unlock() { function in class:GrBufferAllocPool
109 block.fBuffer->unlock();
237 // beyond it, then unlock it.
239 block.fBuffer->unlock();
288 prev.fBuffer->unlock();
344 buffer->unlock();
H A DGrResourceCache.cpp229 this->unlock(entry);
232 void GrResourceCache::unlock(GrResourceEntry* entry) { function in class:GrResourceCache
239 entry->unlock();
247 * Destroying a resource may potentially trigger the unlock of additional
H A DGrResourceCache.h143 void unlock() { function in class:GrResourceEntry
261 * When done with an entry, call unlock(entry) on it, which returns it to
264 void unlock(GrResourceEntry*);
/external/webkit/Source/JavaScriptCore/wtf/gtk/
H A DThreadingGtk.cpp77 atomicallyInitializedStaticMutex->unlock();
194 void Mutex::unlock() function in class:WTF::Mutex
/external/webkit/Source/JavaScriptCore/wtf/qt/
H A DThreadingQt.cpp158 atomicallyInitializedStaticMutex->unlock();
236 void Mutex::unlock() function in class:WTF::Mutex
238 m_mutex->unlock();
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapper.h75 inline void unlock() { --m_lockCount; } function in class:WebCore::BitmapTexture
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h61 void unlock() { m_locked = false; } function in class:WebCore::SharedBitmap

Completed in 470 milliseconds

12