Searched refs:Unlock (Results 176 - 200 of 228) sorted by relevance

12345678910

/external/compiler-rt/lib/asan/
H A Dasan_thread.cc338 __asan::asanThreadRegistry().Unlock();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc143 mu.Unlock();
H A Dsanitizer_win.cc393 // constructors, we should probably manually Lock/Unlock all the global
401 void BlockingMutex::Unlock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_allocator.h444 GetRegionInfo(i)->mutex.Unlock();
797 GetSizeClassInfo(i)->mutex.Unlock();
1182 mutex_.Unlock();
/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h30 void (*Unlock)(struct _FXMEM_SystemMgr* pMgr, void* handle); member in struct:_FXMEM_SystemMgr
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocevents.cpp425 events.Unlock();
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h1123 void Unlock();
1140 ~MutexLock() { this->mu_->Unlock(); }
1155 ~MutexLockMaybe() { if (this->mu_ != NULL) { this->mu_->Unlock(); } }
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc160 CommonSanitizerReportMutex.Unlock();
161 ctx->report_mtx.Unlock();
294 s->mtx.Unlock();
H A Dtsan_interface_atomic.cc334 s->mtx.Unlock();
355 s->mtx.Unlock();
481 s->mtx.Unlock();
H A Dtsan_rtl_thread.cc263 tr->Unlock();
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1346 void Unlock() { function in class:testing::internal::MutexBase
1416 ~GTestMutexLock() { mutex_->Unlock(); }
1549 void Unlock() {} function in class:testing::internal::Mutex
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h1058 void Unlock();
1075 ~MutexLock() { this->mu_->Unlock(); }
1090 ~MutexLockMaybe() { if (this->mu_ != NULL) { this->mu_->Unlock(); } }
/external/chromium_org/v8/src/
H A Disolate.h1423 ~ExecutionAccess() { Unlock(isolate_); }
1426 static void Unlock(Isolate* isolate) { isolate->break_access()->Unlock(); } function in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/base/files/
H A Dfile_posix.cc449 File::Error File::Unlock() { function in class:base::File
/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem_allocator.cc77 // Lock() and Unlock(), data could get lost if they are not written to the
78 // underlying file when Unlock() gets called.
434 void DiscardableAshmemChunk::Unlock() { function in class:base::internal::DiscardableAshmemChunk
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.h341 virtual void Unlock(const std::string& user_email) OVERRIDE;
/external/lldb/source/Core/
H A DListener.cpp315 // Unlock the event queue here. We've removed this event and are about to return
318 lock.Unlock();
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.c87 void Unlock () function
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1213 void Unlock() { function in class:testing::internal::MutexBase
1270 ~GTestMutexLock() { mutex_->Unlock(); }
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc482 thread->lock_.Unlock();
504 lock_.Unlock();
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc482 thread->lock_.Unlock();
504 lock_.Unlock();
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc537 _pVB->Unlock();
935 pVB->Unlock();
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1223 void Unlock() { function in class:testing::internal::MutexBase
1280 ~GTestMutexLock() { mutex_->Unlock(); }
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1213 void Unlock() { function in class:testing::internal::MutexBase
1270 ~GTestMutexLock() { mutex_->Unlock(); }
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp84 void Unlock();
125 void CEventQueue::Unlock() function in class:CEventQueue

Completed in 729 milliseconds

12345678910