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

1 2 3 45 6 7 8 91011>>

  /bionic/libc/bionic/
pty.cpp 111 int unlock = 0; local
112 return ioctl(fd, TIOCSPTLCK, &unlock);
  /bionic/libc/private/
bionic_lock.h 72 void unlock() { function in class:Lock
85 lock_.unlock();
  /external/llvm/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
fifo.hpp 83 void unlock() function in struct:QUEUE
  /external/nos/host/android/hals/oemlock/
OemLock.cpp 60 auto unlock = std::make_unique<CarrierUnlock>(); local
61 if (!carrierUnlockFromSignature(signature, unlock.get())) {
66 request.set_allocated_token(unlock.release());
71 LOG(WARNING) << "Carrier unlock signature rejected by app";
141 * 3. unlock token bytes
144 * @param unlock The message to populate with the parsed data.
148 CarrierUnlock* unlock) {
149 CHECK(unlock != nullptr);
163 unlock->set_version(letoh64(version));
169 unlock->set_nonce(letoh64(nonce))
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
Mutexed.h 53 * // if you need to temporarily unlock the mutex, you can use unlock/relock mutex locally
56 * data.unlock();
64 * // data is now accessible again. Note: it may have changed since unlock().
91 * Upon creation, the mutex is locked. You can use lock()/unlock() methods to
92 * temporarily lock/unlock the mutex. Using any references to the underlying
97 * unlock() or lock() from different threads; they must be called from the thread
131 inline void unlock();
181 mLock.unlock();
186 inline void Mutexed<T>::Locked::unlock() { function in class:android::Mutexed::Locked
    [all...]
  /frameworks/base/libs/hwui/
ResourceCache.cpp 56 void ResourceCache::unlock() { function in class:android::uirenderer::ResourceCache
57 mLock.unlock();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TransformUtils.java 69 frame.unlock();
75 frame.unlock();
  /frameworks/compile/libbcc/lib/
FileBase.cpp 206 void FileBase::unlock() { function in class:FileBase
224 unlock();
  /hardware/qcom/display/msm8960/libgralloc/
gr.h 71 inline ~Autolock() { locker.unlock(); }
76 inline void unlock() { pthread_mutex_unlock(&mutex); } function in class:Locker
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Mutex.h 112 bool unlock() { function in class:llvm::sys::SmartMutex
150 mtx.unlock();

Completed in 1474 milliseconds

1 2 3 45 6 7 8 91011>>