HomeSort by relevance Sort by last modified time
    Searched full:unlock (Results 501 - 525 of 2412) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/
op_bool.pass.cpp 32 lk1.unlock();
owns_lock.pass.cpp 32 lk1.unlock();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp 46 m.unlock();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
nonmember_swap.pass.cpp 23 void unlock() {} function in struct:mutex
release.pass.cpp 24 void unlock() {++unlock_count;} function in struct:mutex
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
spinlock_pool.hpp 70 sp_.unlock();
  /packages/apps/Camera2/src/com/android/camera/app/
CameraServices.java 42 * camera should unlock a locked focus.
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 125 // Unlock the power manager, i.e. let power management kick in if
164 mSuspendStatusLock.unlock();
177 mSuspendStatusLock.unlock();
204 mSuspendStatusLock.unlock();
  /packages/apps/Mms/apptests/res/values/
strings.xml 24 <string name="sms_send_message_unlock_screen" translatable="false">Send and unlock screen</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
file.h 43 #define LOCK_UN 8 /* Unlock. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
file.h 43 #define LOCK_UN 8 /* Unlock. */
  /system/core/libbacktrace/
BacktraceThread.h 55 inline void Unlock() {
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 110 /* perform a simple init/lock/unlock/destroy test on a mutex of given attributes */
131 /* simple init/lock/unlock/destroy on all mutex types */
170 /* perform init/trylock/unlock/destroy then init/lock/trylock/destroy */
264 * then unlock the mutex.
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 170 //mHalCamCtrl->mPreviewMemoryLock.unlock();
193 //mHalCamCtrl->mPreviewMemoryLock.unlock();
240 //mDisplayLock.unlock();
241 mHalCamCtrl->mPreviewMemoryLock.unlock();
276 //mHalCamCtrl->mPreviewMemoryLock.unlock();
298 mHalCamCtrl->mPreviewMemoryLock.unlock();
353 //mDisplayLock.unlock();
354 mHalCamCtrl->mPreviewMemoryLock.unlock();
383 mHalCamCtrl->mPreviewMemoryLock.unlock();
400 mDisplayLock.unlock();
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview.cpp 171 //mHalCamCtrl->mPreviewMemoryLock.unlock();
194 //mHalCamCtrl->mPreviewMemoryLock.unlock();
248 //mDisplayLock.unlock();
249 mHalCamCtrl->mPreviewMemoryLock.unlock();
290 //mHalCamCtrl->mPreviewMemoryLock.unlock();
312 mHalCamCtrl->mPreviewMemoryLock.unlock();
367 //mDisplayLock.unlock();
368 mHalCamCtrl->mPreviewMemoryLock.unlock();
403 mHalCamCtrl->mPreviewMemoryLock.unlock();
421 mDisplayLock.unlock();
    [all...]
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 114 this.abortLock.unlock();
129 this.abortLock.unlock();
147 this.abortLock.unlock();
  /external/chromium_org/chrome/common/
multi_process_lock_unittest.cc 110 test_lock->Unlock();
123 test_lock->Unlock();
127 test_lock->Unlock();
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_consistent.c 60 * pthread_mutex_consistent() for the mutex, but unlock the mutex.
108 * The forward/backward links allow the thread to unlock mutexes
111 * does not own the [robust] mutex attempts to unlock it.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
VertexBuffer9.cpp 133 mVertexBuffer->Unlock();
181 result = mVertexBuffer->Unlock();
184 ERR("Discard unlock failed with error 0x%08x", result);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_surface.c 176 d->unlock(d);
183 d->unlock(d);
222 d->unlock(d);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once_unittest.cc 71 void UnblockInit() { init_blocker_.Unlock(); }
165 mutex_.Unlock();
167 init_blocker_.Unlock();
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.mm 58 [lock_ unlock];
232 [lock_ unlock];
254 [lock_ unlock];
  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.cc 67 name[StatMutexUnlock] = " unlock ";
69 name[StatMutexRecUnlock] = " recursive unlock ";
71 name[StatMutexReadUnlock] = " read unlock ";
  /external/lldb/include/lldb/Host/
Mutex.h 98 /// Unlock the current mutex in this object (if it contains a
115 /// Unlock the current mutex in this object (if it contains a
118 /// unlock it when it goes out of scope or Reset or TryLock are
124 /// object will unlock the mutex when it goes out of scope,
140 Unlock ();
219 /// Unlock the mutex.
222 /// Unlock() will unlock the mutex. Calling Unlock() on this object
233 Unlock();
    [all...]
ProcessRunLock.h 114 Unlock();
126 Unlock();
141 Unlock ()

Completed in 1813 milliseconds

<<21222324252627282930>>