Searched refs:Unlock (Results 101 - 125 of 228) sorted by relevance

12345678910

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysmouse.cc117 be_app->Unlock();
137 SDL_Win->Unlock();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc204 Unlock();
236 Unlock();
246 Unlock();
275 Unlock();
292 // * At entry and exit of Lock() and Unlock(), the current thread
310 "Last Unlock didn't reset recursion_count_");
317 void MemoryRegionMap::Unlock() { function in class:MemoryRegionMap
325 lock_.Unlock();
355 Unlock();
372 Unlock();
[all...]
H A Dmemory_region_map.h100 // MemoryRegionMap::Lock()/Unlock() to manage the locks.
101 // Uses Lock/Unlock inside.
118 static void Unlock() UNLOCK_FUNCTION(lock_);
128 ~LockHolder() { Unlock(); }
219 // Returns success. Uses Lock/Unlock inside.
226 // Returns success. Uses Lock/Unlock inside.
270 // These need Lock/Unlock protection around their whole usage (loop).
/external/chromium_org/base/synchronization/
H A Dlock_impl_posix.cc49 void LockImpl::Unlock() { function in class:base::internal::LockImpl
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock_posix.cc76 void FirefoxProfileLock::Unlock() { function in class:FirefoxProfileLock
/external/chromium_org/third_party/leveldatabase/port/
H A Dport_chromium.cc27 void Mutex::Unlock() { function in class:leveldb::port::Mutex
H A Dport_chromium.h42 void Unlock();
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration_monitor.cc52 void DesktopConfigurationMonitor::Unlock() { function in class:webrtc::DesktopConfigurationMonitor
/external/chromium_org/v8/src/
H A Dv8threads.h70 void Unlock();
H A Dv8threads.cc79 isolate_->thread_manager()->Unlock();
89 isolate_->thread_manager()->Unlock();
165 void ThreadManager::Unlock() { function in class:v8::internal::ThreadManager
167 mutex_.Unlock();
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc159 void InternalDeadlockDetector::Unlock(MutexType t) { function in class:__tsan::InternalDeadlockDetector
246 void Mutex::Unlock() { function in class:__tsan::Mutex
251 cur_thread()->internal_deadlock_detector.Unlock(type_);
279 cur_thread()->internal_deadlock_detector.Unlock(type_);
H A Dtsan_rtl_mutex.cc85 s->mtx.Unlock();
122 s->mtx.Unlock();
140 s->mtx.Unlock();
182 s->mtx.Unlock();
223 s->mtx.Unlock();
290 s->mtx.Unlock();
338 s->mtx.Unlock();
353 s->mtx.Unlock();
392 s->mtx.Unlock();
404 s->mtx.Unlock();
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp68 void Unlock() function in class:Mutex
129 void Unlock() function in class:Mutex
281 m_mutex.Unlock();
289 m_mutex.Unlock();
/external/chromium_org/base/memory/
H A Ddiscardable_memory_mac.cc54 Unlock();
71 virtual void Unlock() OVERRIDE {
/external/chromium_org/remoting/host/win/
H A Dchromoting_module.cc162 LONG ChromotingModule::Unlock() { function in class:remoting::ChromotingModule
163 LONG count = ATL::CAtlModuleT<ChromotingModule>::Unlock();
/external/chromium_org/sync/syncable/
H A Dsyncable_write_transaction.cc76 Unlock();
161 Unlock();
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.h131 void Unlock() { function in class:MainWnd::VideoRenderer
161 ~AutoLock() { obj_->Unlock(); }
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.h92 // MemoryRegionMap::Lock()/Unlock() to manage the locks.
93 // Uses Lock/Unlock inside.
106 static void Unlock() UNLOCK_FUNCTION(lock_);
116 ~LockHolder() { Unlock(); }
207 // Returns success. Uses Lock/Unlock inside.
214 // Returns success. Uses Lock/Unlock inside.
246 // These need Lock/Unlock protection around their whole usage (loop).
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h150 void Unlock() function in class:DisassemblerLLVMC
154 m_mutex.Unlock();
/external/lzma/CPP/Windows/
H A DSynchronization.h156 void Unlock() { _object->Leave(); } function in class:NWindows::NSynchronization::CCriticalSectionLock
159 ~CCriticalSectionLock() { Unlock(); }
/external/chromium_org/third_party/webrtc/base/
H A Dfilelock_unittest.cc63 lock->Unlock();
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.c172 SET_SDLOSXCAGUARD_METHOD(Unlock);
H A DAudioFileReaderThread.c104 frt->mGuard->Unlock(frt->mGuard);
151 if (bNeedsRelease) frt->mGuard->Unlock(frt->mGuard);
258 if (bNeedsRelease) frt->mGuard->Unlock(frt->mGuard);
272 if (bNeedsRelease) frt->mGuard->Unlock(frt->mGuard);
287 if (bNeedsRelease) frt->mGuard->Unlock(frt->mGuard);
467 guard->Unlock(guard);
/external/skia/src/lazy/
H A DSkCachingPixelRef.cpp95 SkScaledImageCache::Unlock( static_cast<SkScaledImageCache::ID*>(fScaledCacheId));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h211 b->mtx.Unlock();
228 b->mtx.Unlock();
236 b->mtx.Unlock();
296 b->mtx.Unlock();
325 b->mtx.Unlock();

Completed in 501 milliseconds

12345678910