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

1 2 3

  /external/drm_hwcomposer/
autolock.cpp 43 int AutoLock::Unlock() {
45 ALOGE("Invalid attempt to unlock unlocked AutoLock %s", name_);
worker.cpp 83 int Worker::Unlock() {
112 ret = Unlock();
129 ret = Unlock();
178 ret = worker->Unlock();
180 ALOGE("Failed to unlock %s thread %d", worker->name_.c_str(), ret);
  /external/sfntly/cpp/src/sfntly/port/
lock.cc 44 void Lock::Unlock() {
66 void Lock::Unlock() {
  /external/libchrome/base/synchronization/
lock_impl_posix.cc 49 void LockImpl::Unlock() {
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
CritSec.h 30 void Unlock()
60 m_pCriticalSection->Unlock();
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.cc 52 void DesktopConfigurationMonitor::Unlock() {
  /external/v8/src/base/platform/
mutex.cc 133 void Mutex::Unlock() {
171 void RecursiveMutex::Unlock() {
  /system/core/libbacktrace/
ThreadEntry.h 44 inline void Unlock() {
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 36 void Unlock() { pthread_mutex_unlock(&m_); }
65 mutexes[(offset + i) % kNumMutexes].Unlock();
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h 51 virtual void Unlock() {}
  /external/webrtc/webrtc/base/
criticalsection.cc 151 void GlobalLockPod::Unlock() {
153 RTC_DCHECK_EQ(1, old_value) << "Unlock called without calling Lock first";
166 lock_->Unlock();
  /external/ceres-solver/internal/ceres/
mutex.h 73 // look at the bool, and not try to lock/unlock until the bool makes
80 // state between a call to Lock() and a call to Unlock() (that would
83 // Unlock() later, which is pretty perverse).
159 inline void Unlock(); // Release a lock acquired via Lock()
164 // be implemented as synonyms to Lock() and Unlock(). So you can use
170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
207 void Mutex::Unlock() { assert(mutex_++ == -1); }
219 void Mutex::Unlock() { if (is_safe_) LeaveCriticalSection(&mutex_); }
225 void Mutex::ReaderUnlock() { Unlock(); }
239 void Mutex::Unlock() { CERES_SAFE_PTHREAD(pthread_rwlock_unlock);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 39 void Unlock() {
85 void Unlock();
111 void Unlock() {
183 mu_->Unlock();
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 161 void InternalDeadlockDetector::Unlock(MutexType t) {
248 void Mutex::Unlock() {
253 cur_thread()->internal_deadlock_detector.Unlock(type_);
281 cur_thread()->internal_deadlock_detector.Unlock(type_);
  /external/dng_sdk/source/
dng_mutex.cpp 187 void dng_mutex::Unlock ()
248 fMutex->Unlock ();
261 fMutex->Unlock ();
  /external/gemmlowp/profiling/
instrumentation.h 90 static void Unlock() { pthread_mutex_unlock(Mutex()); }
93 // A very simple RAII helper to lock and unlock a GlobalLock
97 ~AutoGlobalLock() { GlobalLock<LockId>::Unlock(); }
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/
jawt.h 109 * // Unlock the drawing surface
110 * ds->Unlock(ds);
166 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
176 * Unlock(). This function returns a bitmask with one or more of the
193 * additional calls to Lock() or Unlock() are made.
207 * Unlock the drawing surface of the target component for native rendering.
209 void (JNICALL *Unlock)
248 void (JNICALL *Unlock)(JNIEnv* env);
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/
jawt.h 109 * // Unlock the drawing surface
110 * ds->Unlock(ds);
166 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
176 * Unlock(). This function returns a bitmask with one or more of the
193 * additional calls to Lock() or Unlock() are made.
207 * Unlock the drawing surface of the target component for native rendering.
209 void (JNICALL *Unlock)
248 void (JNICALL *Unlock)(JNIEnv* env);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
jawt.h 109 * // Unlock the drawing surface
110 * ds->Unlock(ds);
166 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
176 * Unlock(). This function returns a bitmask with one or more of the
193 * additional calls to Lock() or Unlock() are made.
207 * Unlock the drawing surface of the target component for native rendering.
209 void (JNICALL *Unlock)
248 void (JNICALL *Unlock)(JNIEnv* env);
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/
jawt.h 109 * // Unlock the drawing surface
110 * ds->Unlock(ds);
166 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
176 * Unlock(). This function returns a bitmask with one or more of the
193 * additional calls to Lock() or Unlock() are made.
207 * Unlock the drawing surface of the target component for native rendering.
209 void (JNICALL *Unlock)
248 void (JNICALL *Unlock)(JNIEnv* env);
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
jawt.h 109 * // Unlock the drawing surface
110 * ds->Unlock(ds);
166 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
176 * Unlock(). This function returns a bitmask with one or more of the
193 * additional calls to Lock() or Unlock() are made.
207 * Unlock the drawing surface of the target component for native rendering.
209 void (JNICALL *Unlock)
248 void (JNICALL *Unlock)(JNIEnv* env);
  /external/libgdx/gdx/jni/jni-headers/
jawt.h 109 * // Unlock the drawing surface
110 * ds->Unlock(ds);
166 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
176 * Unlock(). This function returns a bitmask with one or more of the
193 * additional calls to Lock() or Unlock() are made.
207 * Unlock the drawing surface of the target component for native rendering.
209 void (JNICALL *Unlock)
248 void (JNICALL *Unlock)(JNIEnv* env);
  /external/lzma/CPP/Windows/
Synchronization.h 156 void Unlock() { _object->Leave(); }
159 ~CCriticalSectionLock() { Unlock(); }
  /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...]
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 49 locker_.Unlock();
64 locker_.Unlock();
80 locker_.Unlock();
99 locker_.Unlock();
120 locker_.Unlock();
138 void Unlock() { pthread_mutex_unlock(&mutex_); }

Completed in 606 milliseconds

1 2 3