Searched defs:Unlock (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_win.cc66 void FirefoxProfileLock::Unlock() { function in class:FirefoxProfileLock
H A Dfirefox_profile_lock_posix.cc76 void FirefoxProfileLock::Unlock() { function in class:FirefoxProfileLock
/external/chromium/net/disk_cache/
H A Dfile_lock.cc21 void FileLock::Unlock() { function in class:disk_cache::FileLock
/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/chromium/base/synchronization/
H A Dlock_impl_posix.cc48 void LockImpl::Unlock() { function in class:base::internal::LockImpl
H A Dlock_impl_win.cc31 void LockImpl::Unlock() { function in class:base::internal::LockImpl
/external/chromium/chrome/common/
H A Dmulti_process_lock_mac.cc17 Unlock();
39 virtual void Unlock() { function in class:MultiProcessLockMac
H A Dmulti_process_lock_win.cc17 Unlock();
43 virtual void Unlock() { function in class:MultiProcessLockWin
H A Dmulti_process_lock_linux.cc22 Unlock();
90 virtual void Unlock() { function in class:MultiProcessLockLinux
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.h100 void (*Unlock)(struct S_SDLOSXCAGuard *cag); member in struct:S_SDLOSXCAGuard
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h35 void Unlock() { function in class:__sanitizer::StaticSpinMutex
75 mu_->Unlock();
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc98 void AsanLock::Unlock() { function in class:__asan::AsanLock
H A Dasan_win.cc121 // constructors, we should probably manually Lock/Unlock all the global
129 void AsanLock::Unlock() { function in class:__asan::AsanLock
H A Dasan_mac.cc149 void AsanLock::Unlock() { function in class:__asan::AsanLock
/external/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cc36 void Unlock() { pthread_mutex_unlock(&m_); } function in class:Mutex
65 mutexes[(offset + i) % kNumMutexes].Unlock();
/external/valgrind/tsan/
H A Dts_lock.h45 void Unlock() {}; function in class:TSLock
54 void Unlock();
68 ~ScopedLock() { lock_->Unlock(); }
/external/chromium/base/
H A Dshared_memory_win.cc219 void SharedMemory::Unlock() { function in class:base::SharedMemory
H A Dshared_memory_posix.cc245 void SharedMemory::Unlock() { function in class:base::SharedMemory
/external/chromium/chrome/browser/
H A Dprocess_singleton.h110 void Unlock() { function in class:ProcessSingleton
/external/chromium/sdch/open-vcdiff/src/
H A Dmutex.h84 // state between a call to Lock() and a call to Unlock() (that would
87 // Unlock() later, which is pretty perverse).
147 inline void Unlock(); // Release a lock acquired via Lock()
152 // be implemented as synonyms to Lock() and Unlock(). So you can use
158 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
193 void Mutex::Unlock() { assert(mutex_++ == -1); } function in class:Mutex
205 void Mutex::Unlock() { if (is_safe_) LeaveCriticalSection(&mutex_); } function in class:Mutex
211 void Mutex::ReaderUnlock() { Unlock(); }
226 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock); } function in class:Mutex
249 void Mutex::Unlock() { SAFE_PTHREA function in class:Mutex
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc148 void DeadlockDetector::Unlock(MutexType t) { function in class:__tsan::DeadlockDetector
222 void Mutex::Unlock() { function in class:__tsan::Mutex
227 cur_thread()->deadlock_detector.Unlock(type_);
255 cur_thread()->deadlock_detector.Unlock(type_);
/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/webkit/Source/JavaScriptCore/wtf/
H A DTCSpinLock.h94 inline void Unlock() { function in struct:TCMalloc_SpinLock
215 inline void Unlock() { function in struct:TCMalloc_SpinLock
253 inline void Unlock() { function in struct:TCMalloc_SpinLock
260 Unlock();
277 inline ~TCMalloc_SpinLockHolder() { lock_->Unlock(); }
/external/v8/src/
H A Dv8threads.cc113 isolate_->thread_manager()->Unlock();
128 isolate_->thread_manager()->Unlock();
219 void ThreadManager::Unlock() { function in class:v8::internal::ThreadManager
221 mutex_->Unlock();
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp67 void Unlock() function in class:Mutex
128 void Unlock() function in class:Mutex
280 m_mutex.Unlock();
288 m_mutex.Unlock();

Completed in 1736 milliseconds

12