HomeSort by relevance Sort by last modified time
    Searched defs:unlock (Results 76 - 100 of 573) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/services/BuiltInPrintService/src/com/android/bips/util/
PriorityLock.java 49 * Unlock this object (when it is already locked)
51 public synchronized void unlock() { method in class:PriorityLock
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 106 func unlock(l *mutex) { func
109 throw("unlock of unlocked lock")
118 throw("runtime·unlock: lock count")
lock_sema.go 94 func unlock(l *mutex) { func
116 throw("runtime·unlock: lock count")
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 106 func unlock(l *mutex) { func
109 throw("unlock of unlocked lock")
118 throw("runtime·unlock: lock count")
lock_sema.go 94 func unlock(l *mutex) { func
116 throw("runtime·unlock: lock count")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait_terminates.sh.cpp 97 void unlock() { locked = false; } function in class:ThrowingMutex
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
mutex.pass.cpp 30 void unlock() { assert(locked); locked = false; } function in struct:TestMutex
58 void unlock() { assert(locked); locked = false; } function in struct:TestMutexThrows
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 45 void unlock() {locked_ = false;} function in class:L0
68 void unlock() {locked_ = false;} function in class:L1
91 void unlock() {locked_ = false;} function in class:L2
try_lock.pass.cpp 35 void unlock() {locked_ = false;} function in class:L0
53 void unlock() {locked_ = false;} function in class:L1
71 void unlock() {locked_ = false;} function in class:L2
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NewChromaHistogramFilter.java 104 imageFrame.unlock();
105 histogramFrame.unlock();
  /art/test/980-redefine-object/src-ex/
TestWatcher.java 34 // waited for the unlock.
39 lock.unlock();

Completed in 630 milliseconds

1 2 34 5 6 7 8 91011>>