Searched defs:Unlock (Results 1 - 25 of 82) sorted by last modified time

1234

/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/skia/src/core/
H A DSkScaledImageCache.cpp758 void SkScaledImageCache::Unlock(SkScaledImageCache::ID* id) { function in class:SkScaledImageCache
/external/sfntly/cpp/src/sfntly/port/
H A Dlock.cc44 void Lock::Unlock() { function in class:sfntly::Lock
66 void Lock::Unlock() {
/external/regex-re2/util/
H A Dmutex.h59 inline void Unlock(); // Release a lock acquired via Lock()
62 // be implemented as synonyms to Lock() and Unlock(). So you can use
68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
98 void Mutex::Unlock() { assert(mutex_++ == -1); } function in class:re2::Mutex
111 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } function in class:re2::Mutex
126 void Mutex::Unlock() { SAFE_PTHREAD(pthread_mutex_unlock(&mutex_)); } function in class:re2::Mutex
129 void Mutex::ReaderUnlock() { Unlock(); }
137 void Mutex::Unlock() { LeaveCriticalSection(&mutex_); } function in class:re2::Mutex
140 void Mutex::ReaderUnlock() { Unlock(); }
152 ~MutexLock() { mu_->Unlock(); }
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.c87 void Unlock () function
H A DSDLOSXCAGuard.h100 void (*Unlock)(struct S_SDLOSXCAGuard *cag); member in struct:S_SDLOSXCAGuard
/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
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuvfuncs.h34 void (*Unlock)(_THIS, SDL_Overlay *overlay); member in struct:private_yuvhwfuncs
/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/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/pdfium/core/include/fxcrt/
H A Dfx_memory.h30 void (*Unlock)(struct _FXMEM_SystemMgr* pMgr, void* handle); member in struct:_FXMEM_SystemMgr
/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/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/lzma/CPP/Windows/
H A DSynchronization.h156 void Unlock() { _object->Leave(); } function in class:NWindows::NSynchronization::CCriticalSectionLock
159 ~CCriticalSectionLock() { Unlock(); }
/external/lldb/include/lldb/Host/
H A DProcessRunLock.h114 Unlock();
126 Unlock();
141 Unlock () function in class:lldb_private::ProcessRunLock::ProcessRunLocker
/external/lldb/source/Host/common/
H A DMutex.cpp135 Unlock();
139 // Unlock the current mutex in this object (if this owns a valid
149 Unlock ();
156 Mutex::Locker::Unlock () function in class:Mutex::Locker
160 m_mutex_ptr->Unlock ();
172 Unlock ();
317 // Unlock() will unlock the mutex. Calling Unlock() on this object
325 Mutex::Unlock() function in class:Mutex
346 TrackingMutex::Unlock () function in class:TrackingMutex
368 LoggingMutex::Unlock () function in class:LoggingMutex
[all...]
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h150 void Unlock() function in class:DisassemblerLLVMC
154 m_mutex.Unlock();
/external/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp57 Unlock();
78 PThreadMutex::Locker::Unlock() function in class:PThreadMutex::Locker
H A DPThreadMutex.h44 void Unlock();
71 void Unlock()
79 Unlock();
87 Unlock();
123 err = Unlock();
139 int Unlock() function in class:PThreadMutex
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2453 void Unlock() { function in class:std::tr1::MutexBase
2523 ~GTestMutexLock() { mutex_->Unlock(); }
2656 void Unlock() {} function in class:std::tr1::Mutex
/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc450 void BlockingMutex::Unlock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_mac.cc233 void BlockingMutex::Unlock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_mutex.h39 void Unlock() { function in class:__sanitizer::StaticSpinMutex
79 void Unlock();
105 void Unlock() { function in class:__sanitizer::RWMutex
177 mu_->Unlock();

Completed in 460 milliseconds

1234