HomeSort by relevance Sort by last modified time
    Searched full:unlock (Results 101 - 125 of 2412) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
tc10_rec_lock.stderr.exp 5 before unlock #1
6 before unlock #2
7 before unlock #3
8 before unlock #4
tc09_bad_unlock.c 33 // start child and get it to unlock this lock
36 /* child runs and attempts to unlock our lock. Error
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp 36 m.unlock();
37 m.unlock();
57 m.unlock();
64 m.unlock();
try_lock_until.pass.cpp 36 m.unlock();
37 m.unlock();
57 m.unlock();
64 m.unlock();
  /sdk/emulator/opengl/shared/emugl/common/
mutex_unittest.cpp 28 // Check that a simple lock + unlock works.
32 lock.unlock();
50 // This thread function uses Mutex::lock/unlock to synchronize a counter
57 p->mutex.unlock();
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom.c 132 Unlock ();
150 Unlock ();
339 Unlock ();
385 Unlock();
401 Unlock ();
407 Unlock ();
423 Unlock ();
429 Unlock ();
445 Unlock ();
450 Unlock ();
    [all...]
  /external/chromium_org/third_party/re2/util/
mutex.h 63 inline void Unlock(); // Release a lock acquired via Lock()
66 // be implemented as synonyms to Lock() and Unlock(). So you can use
72 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
102 void Mutex::Unlock() { assert(mutex_++ == -1); }
115 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); }
130 void Mutex::Unlock() { SAFE_PTHREAD(pthread_mutex_unlock(&mutex_)); }
133 void Mutex::ReaderUnlock() { Unlock(); }
141 void Mutex::Unlock() { LeaveCriticalSection(&mutex_); }
144 void Mutex::ReaderUnlock() { Unlock(); }
156 ~MutexLock() { mu_->Unlock(); }
    [all...]
  /external/regex-re2/util/
mutex.h 59 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); }
111 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); }
126 void Mutex::Unlock() { SAFE_PTHREAD(pthread_mutex_unlock(&mutex_)); }
129 void Mutex::ReaderUnlock() { Unlock(); }
137 void Mutex::Unlock() { LeaveCriticalSection(&mutex_); }
140 void Mutex::ReaderUnlock() { Unlock(); }
152 ~MutexLock() { mu_->Unlock(); }
    [all...]
  /bionic/libc/bionic/
pthread_accessor.h 37 Unlock();
40 void Unlock() {
  /external/chromium_org/chrome/browser/
process_singleton_startup_lock.h 22 // The object starts in a locked state. |Unlock()| must be called
39 void Unlock();
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog_nss.h 25 // Asynchronously unlock |modules|, if necessary. |callback| is called when
34 // Asynchronously unlock the |cert|'s module, if necessary. |callback| is
  /external/chromium_org/chrome/common/
multi_process_lock_mac.cc 19 Unlock();
41 virtual void Unlock() OVERRIDE {
multi_process_lock_win.cc 17 Unlock();
43 virtual void Unlock() {
  /external/chromium_org/net/disk_cache/blockfile/
file_lock.h 26 // It is important to perform Lock() and Unlock() operations in the right order,
37 virtual void 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/sfntly/cpp/src/sfntly/port/
lock.cc 44 void Lock::Unlock() {
66 void Lock::Unlock() {
  /external/chromium_org/third_party/skia/include/utils/
SkCondVar.h 35 * Unlock the mutex.
37 void unlock();
  /external/chromium_org/third_party/skia/src/core/
SkDiscardableMemory.h 59 * Unlock the memory so that it can be purged by the system. Must be called
62 virtual void unlock() = 0;
  /external/sfntly/cpp/src/sfntly/port/
lock.cc 44 void Lock::Unlock() {
66 void Lock::Unlock() {
  /external/skia/include/utils/
SkCondVar.h 45 * Unlock the mutex.
47 void unlock();
  /external/skia/src/core/
SkDiscardableMemory.h 59 * Unlock the memory so that it can be purged by the system. Must be called
62 virtual void unlock() = 0;
  /external/valgrind/main/drd/tests/
recursive_mutex.c 20 fprintf(stderr, "first unlock call failed !\n");
22 fprintf(stderr, "second unlock call failed !\n");
  /frameworks/base/keystore/java/android/security/
IKeyChainService.aidl 21 * Caller is required to ensure that {@link KeyStore#unlock
22 * KeyStore.unlock} was successful.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameValue.java 25 mBackingStore.unlock();
32 mBackingStore.unlock();
  /hardware/libhardware/modules/gralloc/
gr.h 52 inline ~Autolock() { locker.unlock(); }
57 inline void unlock() { pthread_mutex_unlock(&mutex); } function in class:Locker

Completed in 7025 milliseconds

1 2 3 45 6 7 8 91011>>