HomeSort by relevance Sort by last modified time
    Searched refs:Unlock (Results 26 - 50 of 190) sorted by null

12 3 4 5 6 7 8

  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.h 34 void Unlock();
  /art/runtime/base/
mutex_test.cc 44 mu.Unlock(Thread::Current());
54 mu.Unlock(Thread::Current());
70 mu.Unlock(Thread::Current());
72 mu.Unlock(Thread::Current());
88 mu.Unlock(Thread::Current());
90 mu.Unlock(Thread::Current());
112 state->mu.Unlock(Thread::Current());
128 state.mu.Unlock(Thread::Current());
129 state.mu.Unlock(Thread::Current());
  /external/libchrome/base/synchronization/
lock.h 27 void Release() { lock_.Unlock(); }
50 lock_.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/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 165 Unlock();
203 void Unlock() {
204 pulse()->Unlock();
290 Unlock();
357 Unlock();
369 Unlock();
393 void Unlock() {
394 stream_.Unlock();
424 // We get the data pointer and size now in order to save one Lock/Unlock
443 Unlock();
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 64 lock_.Unlock();
91 lock_.Unlock();
167 lock_.Unlock();
176 lock_.Unlock();
adb_winusb_endpoint_object.h 175 endpoint_->lock_.Unlock();
  /external/dng_sdk/source/
dng_mutex.h 52 void Unlock ();
128 dng_unlock_mutex (const dng_unlock_mutex &unlock);
130 dng_unlock_mutex & operator= (const dng_unlock_mutex &unlock);
dng_mutex.cpp 187 void dng_mutex::Unlock ()
248 fMutex->Unlock ();
261 fMutex->Unlock ();
  /external/drm_hwcomposer/
drmcompositorworker.cpp 59 ret = Unlock();
61 ALOGE("Failed to unlock worker, %d", ret);
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);
virtualcompositorworker.cpp 86 Unlock();
93 Unlock();
114 ret = Unlock();
116 ALOGE("Failed to unlock worker, %d", ret);
vsyncworker.cpp 61 ret = Unlock();
63 ALOGE("Failed to unlock vsync worker lock %d\n", ret);
80 ret = Unlock();
82 ALOGE("Failed to unlock vsync worker lock %d\n", ret);
156 ret = Unlock();
158 ALOGE("Failed to unlock worker %d", ret);
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
BufferLock.h 94 return m_pBuffer->Unlock();
  /system/core/libbacktrace/
ThreadEntry.h 44 inline void Unlock() {
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 124 void Unlock() {
147 void Unlock() {
195 signal_at_unlock_ = true; // Always signal at Unlock to make
204 void Unlock() {
212 void ReaderUnlock() { Unlock(); }
268 mu_->Unlock();
305 void Unlock() { CHECK(0 == pthread_rwlock_unlock(&mu_)); }
332 mu_->Unlock();
388 mu_.Unlock();
398 mu_.Unlock();
    [all...]
  /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/compiler-rt/lib/tsan/tests/rtl/
tsan_bench.cc 98 t.Unlock(m);
102 m.Unlock();
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.h 70 void UnlockReceive() {m_crtRecv.Unlock();}
73 void UnlockFilter() { m_crtFilter.Unlock(); }
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 61 s1->mtx.Unlock();
82 s1->mtx.Unlock();
84 s2->mtx.Unlock();
103 s1->mtx.Unlock();
107 s2->mtx.Unlock();
118 s->mtx.Unlock();

Completed in 1214 milliseconds

12 3 4 5 6 7 8