Searched defs:Unlock (Results 51 - 75 of 82) sorted by relevance

1234

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h86 void Unlock() { mtx_.Unlock(); } function in class:__sanitizer::ThreadRegistry
H A Dsanitizer_mac.cc233 void BlockingMutex::Unlock() { function in class:__sanitizer::BlockingMutex
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_linux.cc450 void BlockingMutex::Unlock() { function in class:__sanitizer::BlockingMutex
/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_);
/external/lzma/CPP/Windows/
H A DSynchronization.h156 void Unlock() { _object->Leave(); } function in class:NWindows::NSynchronization::CCriticalSectionLock
159 ~CCriticalSectionLock() { Unlock(); }
/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();
H A Dtsan_thread_wrappers_pthread.h124 void Unlock() { function in class:SpinLock
147 void Unlock() { function in class:SpinLock
195 signal_at_unlock_ = true; // Always signal at Unlock to make
204 void Unlock() { function in class:Mutex
212 void ReaderUnlock() { Unlock(); }
268 mu_->Unlock();
305 void Unlock() { CHECK(0 == pthread_rwlock_unlock(&mu_)); } function in class:RWLock
332 mu_->Unlock();
388 mu_.Unlock();
398 mu_.Unlock();
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader.cc182 base::Bind(&LoaderController::Unlock,
197 void LoaderController::Unlock() { function in class:drive::internal::LoaderController
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc272 void Mutex::Unlock() { function in class:google::protobuf::Mutex
308 void Mutex::Unlock() { function in class:google::protobuf::Mutex
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc268 void Mutex::Unlock() { function in class:google::protobuf::Mutex
304 void Mutex::Unlock() { function in class:google::protobuf::Mutex
/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/signin/
H A Duser_manager_screen_handler.cc278 void UserManagerScreenHandler::Unlock(const std::string& user_email) { function in class:UserManagerScreenHandler
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.cc663 void RelayServerConnection::Unlock() { function in class:cricket::RelayServerConnection
/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/cdrom/macosx/
H A DCDPlayer.c87 void Unlock () function
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp72 void Unlock() {UnlockHeap();} function in class:CLockable
75 #define UnlockHeap(x) CLockable::Lockable(x)->Unlock()
448 UnlockHeap(Private->EPOC_Bitmap); // Unlock bitmap heap
659 UnlockHeap(Private->EPOC_Bitmap);; // Unlock bitmap heap
784 lock.End(); // Unlock bitmap heap
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc225 void Mutex::Unlock() { function in class:testing::internal::Mutex
/external/chromium_org/third_party/webrtc/base/
H A Dstream.cc493 bool FileStream::Unlock() { function in class:rtc::FileStream
/external/chromium_org/third_party/webrtc/sound/
H A Dpulseaudiosoundsystem.cc161 Unlock();
199 void Unlock() { function in class:rtc::PulseAudioStream
200 pulse()->Unlock();
297 Unlock();
364 Unlock();
376 Unlock();
390 void Unlock() { function in class:rtc::PulseAudioInputStream
391 stream_.Unlock();
421 // We get the data pointer and size now in order to save one Lock/Unlock
440 Unlock();
781 void Unlock() { function in class:rtc::PulseAudioOutputStream
1520 inline void PulseAudioSoundSystem::Unlock() { function in class:rtc::PulseAudioSoundSystem
[all...]
/external/skia/src/core/
H A DSkScaledImageCache.cpp758 void SkScaledImageCache::Unlock(SkScaledImageCache::ID* id) { function in class:SkScaledImageCache
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.cc1009 void SigninScreenHandler::Unlock(const std::string& user_email) { function in class:chromeos::SigninScreenHandler
/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/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc253 void Unlock() { function in class:aura::__anon16588::TestEventClient
/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

Completed in 1150 milliseconds

1234