HomeSort by relevance Sort by last modified time
    Searched defs:Unlock (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_win.cc 66 void FirefoxProfileLock::Unlock() {
firefox_profile_lock_posix.cc 76 void FirefoxProfileLock::Unlock() {
  /external/lldb/tools/debugserver/source/
PThreadMutex.cpp 57 Unlock();
78 PThreadMutex::Locker::Unlock()
  /external/chromium_org/chrome/browser/
chrome_process_singleton.cc 46 void ChromeProcessSingleton::Unlock() {
47 startup_lock_.Unlock();
process_singleton_startup_lock.cc 23 void ProcessSingletonStartupLock::Unlock() {
  /external/chromium_org/net/disk_cache/blockfile/
file_lock.cc 30 Unlock();
40 void FileLock::Unlock() {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
lock.cc 44 void Lock::Unlock() {
66 void Lock::Unlock() {
  /external/chromium_org/base/memory/
discardable_memory_malloc.cc 32 void DiscardableMemoryMalloc::Unlock() {
discardable_memory_ashmem.cc 25 Unlock();
46 void DiscardableMemoryAshmem::Unlock() {
67 ashmem_chunk_->Unlock();
  /external/chromium_org/base/synchronization/
lock_impl_posix.cc 49 void LockImpl::Unlock() {
lock_impl_win.cc 31 void LockImpl::Unlock() {
  /external/chromium_org/chrome/common/
multi_process_lock_win.cc 17 Unlock();
43 virtual void Unlock() {
  /external/chromium_org/mojo/public/cpp/utility/lib/
mutex.cc 36 void Mutex::Unlock() {
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
auto_lock.h 27 Unlock();
30 void Unlock() {
simple_lock.h 30 void Unlock() const { pthread_mutex_unlock(&lock_); }
  /external/chromium_org/third_party/webrtc/base/
filelock.cc 28 void FileLock::Unlock() {
  /bionic/libc/bionic/
pthread_accessor.h 37 Unlock();
40 void Unlock() {
  /external/chromium_org/mojo/public/cpp/utility/
mutex.h 33 void Unlock() { pthread_mutex_unlock(&mutex_); }
42 void Unlock();
57 ~MutexLock() { mutex_->Unlock(); }
  /external/chromium_org/sync/syncable/
syncable_base_transaction.cc 30 void BaseTransaction::Unlock() {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_globals.h 26 void Unlock() { pthread_mutex_unlock(&lock_); }
48 ~ScopedGlobalLock() { Globals::Get()->Unlock(); }
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.cc 28 void Mutex::Unlock() { PthreadCall("unlock", pthread_mutex_unlock(&mu_)); }
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.cc 52 void DesktopConfigurationMonitor::Unlock() {
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.cc 27 void Mutex::Unlock() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock.h 35 // Fast spinlocks (at least on x86, a lock/unlock pair is approximately
36 // half the cost of a Mutex because the unlock just does a store instead
97 inline void Unlock() /*UNLOCK_FUNCTION()*/ {
145 inline ~SpinLockHolder() /*UNLOCK_FUNCTION()*/ { lock_->Unlock(); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.h 35 // Fast spinlocks (at least on x86, a lock/unlock pair is approximately
36 // half the cost of a Mutex because the unlock just does a store instead
97 inline void Unlock() /*UNLOCK_FUNCTION()*/ {
145 inline ~SpinLockHolder() /*UNLOCK_FUNCTION()*/ { lock_->Unlock(); }

Completed in 1504 milliseconds

1 2 3