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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/v8/src/base/platform/
mutex-unittest.cc 54 mutex1.Unlock();
55 mutex2.Unlock();
56 mutex3.Unlock();
61 mutex3.Unlock();
62 mutex2.Unlock();
63 mutex1.Unlock();
75 recursive_mutex1.Unlock();
76 recursive_mutex1.Unlock();
77 recursive_mutex2.Unlock();
78 recursive_mutex2.Unlock();
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
file_lock.cc 30 Unlock();
40 void FileLock::Unlock() {
file_lock.h 26 // It is important to perform Lock() and Unlock() operations in the right order,
37 virtual void Unlock();
  /external/clang/test/PCH/
thread-safety-attrs.cpp 37 void Unlock() __attribute__((unlock_function));
120 sls_mw.mu.Unlock();
126 sls_mu.Unlock();
132 sls_mu.Unlock();
138 sls_mu2.Unlock();
144 sls_mu.Unlock();
150 sls_mu.Unlock();
156 sls_mu2.Unlock();
157 sls_mu.Unlock();
163 sls_mu.Unlock();
    [all...]
  /external/chromium_org/chrome/common/
multi_process_lock.h 30 virtual void Unlock() = 0;
  /external/chromium_org/sync/syncable/
syncable_read_transaction.cc 18 Unlock();
syncable_model_neutral_write_transaction.cc 25 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/sfntly/cpp/src/sfntly/port/
lock.h 51 void Unlock();
66 lock_.Unlock();
lock.cc 44 void Lock::Unlock() {
66 void Lock::Unlock() {
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 34 void Unlock() __attribute__((unlock_function));
119 sls_mw.mu.Unlock();
125 sls_mu.Unlock();
131 sls_mu.Unlock();
137 sls_mu2.Unlock();
143 sls_mu.Unlock();
149 sls_mu.Unlock();
155 sls_mu2.Unlock();
156 sls_mu.Unlock();
162 sls_mu.Unlock();
3642 void Foo::unlock() { mu1_.Unlock(); mu2_.Unlock(); } function in class:MultipleAttributeTest::Foo
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mutex.cc 28 t.Unlock(m);
31 t.Unlock(m);
35 t.Unlock(m);
46 t.Unlock(m);
49 t.Unlock(m);
53 t.Unlock(m);
64 t.Unlock(m);
67 t.Unlock(m);
71 t.Unlock(m);
81 t.Unlock(m)
    [all...]
  /external/chromium_org/base/memory/
discardable_memory_ashmem.cc 25 Unlock();
46 void DiscardableMemoryAshmem::Unlock() {
67 ashmem_chunk_->Unlock();
discardable_memory_malloc.h 22 virtual void Unlock() OVERRIDE;
  /external/chromium_org/mojo/public/cpp/utility/
mutex.h 33 void Unlock() { pthread_mutex_unlock(&mutex_); }
42 void Unlock();
57 ~MutexLock() { mutex_->Unlock(); }
  /external/lldb/tools/debugserver/source/
PThreadMutex.h 44 void Unlock();
71 void Unlock()
79 Unlock();
84 // unlock any the current mutex and lock the new one if it is valid
87 Unlock();
123 err = Unlock();
139 int Unlock()
  /bionic/libc/bionic/
pthread_accessor.h 37 Unlock();
40 void Unlock() {
  /external/chromium_org/skia/ext/
SkDiscardableMemory_chrome.cc 15 discardable_->Unlock();
27 void SkDiscardableMemoryChrome::unlock() { function in class:SkDiscardableMemoryChrome
28 discardable_->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/sfntly/cpp/src/test/
lock_test.cc 25 // Basic test to make sure that Acquire()/Unlock()/Try() don't crash
35 lock_->Unlock();
41 lock_->Unlock();
47 lock_->Unlock();
72 lock.Unlock();
78 lock.Unlock();
84 lock.Unlock();
91 lock.Unlock();
111 lock_->Unlock();
141 lock.Unlock();
    [all...]
  /development/host/windows/usb/api/
adb_api_instance.cpp 38 adb_app_instance_map_locker.Unlock();
  /external/chromium_org/base/synchronization/
lock_impl.h 45 void Unlock();
lock_impl_win.cc 31 void LockImpl::Unlock() {
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_win.cc 66 void FirefoxProfileLock::Unlock() {

Completed in 821 milliseconds

1 2 3 4 5 6 7 8 9