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

12 3 4 5 6 7 8 91011>>

  /device/google/cuttlefish_common/guest/hals/camera/
GrallocModule.h 40 int unlock(buffer_handle_t handle) { function in class:GrallocModule
41 return mModule->unlock(mModule, handle);
  /external/ImageMagick/Magick++/lib/
Thread.cpp 102 // Unlock mutex
103 void Magick::MutexLock::unlock(void) function in class:Magick::MutexLock
111 throwExceptionExplicit(MagickCore::OptionError,"mutex unlock failed",
117 throwExceptionExplicit(MagickCore::OptionError,"mutex unlock failed");
  /external/deqp/framework/delibs/decpp/
deMutex.hpp 44 void unlock (void) throw();
65 ~ScopedLock (void) { m_mutex.unlock(); }
102 inline void Mutex::unlock (void) throw() function in class:de::Mutex
  /external/libcxx/src/
shared_mutex.cpp 50 __shared_mutex_base::unlock() function in class:__shared_mutex_base
110 void shared_timed_mutex::unlock() { return __base.unlock(); } function in class:shared_timed_mutex
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
adopt_lock.pass.cpp 29 void unlock() { assert(locked); locked = false; } function in struct:TestMutex
  /external/lisa/libs/utils/android/
screen.py 153 def unlock(target): member in class:Screen
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_mutex.hpp 51 // Unlock the mutex.
52 void unlock() function in class:asio::detail::posix_mutex
  /external/pdfium/third_party/base/allocator/partition_allocator/
spin_lock.h 40 ALWAYS_INLINE void unlock() { lock_.store(false, std::memory_order_release); } function in class:pdfium::base::subtle::SpinLock
  /external/swiftshader/src/Common/
Resource.cpp 44 criticalSection.unlock();
55 criticalSection.unlock();
77 criticalSection.unlock();
90 criticalSection.unlock();
101 criticalSection.unlock();
106 void Resource::unlock() function in class:sw::Resource
120 criticalSection.unlock();
128 criticalSection.unlock();
131 void Resource::unlock(Accessor relinquisher) function in class:sw::Resource
147 criticalSection.unlock();
    [all...]
  /external/swiftshader/src/Main/
FrameBufferOzone.cpp 38 void FrameBufferOzone::unlock() function in class:sw::FrameBufferOzone
  /external/tensorflow/tensorflow/tools/test/
upload_test_benchmarks.py 128 def unlock(fd): function
215 # unlock(fd) -- When "with open()" closes fd, the lock is released.
  /external/webrtc/webrtc/base/
sigslot.cc 28 void multi_threaded_global::unlock() { function in class:sigslot::multi_threaded_global
48 void multi_threaded_local::unlock() { function in class:sigslot::multi_threaded_local
  /frameworks/rs/
rsMutex.cpp 48 bool Mutex::unlock() { function in class:android::renderscript::Mutex
  /hardware/qcom/gps/msm8909/utils/
LocSharedLock.h 56 inline void unlock() { pthread_mutex_unlock(&mMutex); } function in class:LocSharedLock
  /hardware/qcom/gps/msm8909w_3100/utils/
LocSharedLock.h 56 inline void unlock() { pthread_mutex_unlock(&mMutex); } function in class:LocSharedLock
  /hardware/qcom/gps/msm8996/utils/
LocSharedLock.h 56 inline void unlock() { pthread_mutex_unlock(&mMutex); } function in class:LocSharedLock
  /hardware/qcom/gps/msm8998/utils/
LocSharedLock.h 56 inline void unlock() { pthread_mutex_unlock(&mMutex); } function in class:LocSharedLock
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
Lock.java 87 * l.unlock();
131 * <li>A successful {@code unlock} operation has the same
132 * memory synchronization effects as a successful <em>Unlock</em> action.
251 * lock.unlock();
258 * doesn't try to unlock if the lock was not acquired.
337 void unlock(); method in interface:Lock
  /packages/apps/Nfc/nci/jni/
Mutex.cpp 83 ** Function: unlock
85 ** Description: Unlock a mutex to unblock a thread.
90 void Mutex::unlock() { function in class:Mutex
93 LOG(ERROR) << StringPrintf("Mutex::unlock: fail unlock; error=0x%X", res);
  /packages/apps/TV/jni/
mutex.h 32 void unlock() { function in class:Mutex
47 lock->unlock();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
shared_mutex.cpp 50 __shared_mutex_base::unlock() function in class:__shared_mutex_base
110 void shared_timed_mutex::unlock() { return __base.unlock(); } function in class:shared_timed_mutex
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
adopt_lock.pass.cpp 29 void unlock() { assert(locked); locked = false; } function in struct:TestMutex
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
mutex.h 55 // Unlocks this mutex. It is invalid to unlock a mutex that this thread
57 void unlock() { ReleaseMutex(mutex_); } function in class:shaderc_util::windows_mutex
92 // Unlocks this mutex. It is invalid to unlock a mutex that this thread
94 void unlock() { pthread_mutex_unlock(&mutex_); }
  /system/chre/platform/linux/include/chre/target_platform/
mutex_base_impl.h 36 inline void Mutex::unlock() { function in class:chre::Mutex
37 mMutex.unlock();
  /system/chre/platform/slpi/include/chre/target_platform/
mutex_base_impl.h 40 inline void Mutex::unlock() { function in class:chre::Mutex

Completed in 590 milliseconds

12 3 4 5 6 7 8 91011>>