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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
unlockpt.c 33 int unlock = 0; local
35 return ioctl( fd, TIOCSPTLCK, &unlock );
  /frameworks/rs/
rsMutex.cpp 49 bool Mutex::unlock() { function in class:Mutex
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.cpp 75 int32_t CMutex::unlock( function in class:CMutex
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 28 void unlock() {} function in struct:mutex
48 lk.unlock();
try_lock_for.pass.cpp 33 void unlock() {} function in struct:mutex
53 lk.unlock();
unlock.pass.cpp 14 // void unlock();
24 void unlock() {unlock_called = true;} function in struct:mutex
32 lk.unlock();
37 lk.unlock();
47 lk.unlock();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
member_swap.pass.cpp 22 void unlock() {} function in struct:mutex
nonmember_swap.pass.cpp 23 void unlock() {} function in struct:mutex
release.pass.cpp 24 void unlock() {++unlock_count;} function in struct:mutex
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PurgeableBuffer.cpp 56 m_memory->unlock();
82 void PurgeableBuffer::unlock() function in class:WebCore::PurgeableBuffer
85 m_memory->unlock();
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 41 void GrGLIndexBuffer::unlock() { function in class:GrGLIndexBuffer
43 fImpl.unlock(this->getGpuGL());
GrGLVertexBuffer.cpp 42 void GrGLVertexBuffer::unlock() { function in class:GrGLVertexBuffer
44 fImpl.unlock(this->getGpuGL());
GrGLBufferImpl.cpp 91 void GrGLBufferImpl::unlock(GrGpuGL* gpu) { function in class:GrGLBufferImpl
  /external/chromium_org/third_party/skia/src/utils/
SkCondVar.cpp 38 void SkCondVar::unlock() { function in class:SkCondVar
  /external/chromium_org/webkit/child/
web_discardable_memory_impl.cc 25 discardable_->Unlock();
37 void WebDiscardableMemoryImpl::unlock() { function in class:webkit_glue::WebDiscardableMemoryImpl
38 discardable_->Unlock();
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.cpp 90 ** Function: unlock
92 ** Description: Unlock a mutex to unblock a thread.
97 void Mutex::unlock () function in class:Mutex
102 ALOGE ("Mutex::unlock: fail unlock; error=0x%X", res);
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 41 void GrGLIndexBuffer::unlock() { function in class:GrGLIndexBuffer
43 fImpl.unlock(this->getGpuGL());
GrGLVertexBuffer.cpp 42 void GrGLVertexBuffer::unlock() { function in class:GrGLVertexBuffer
44 fImpl.unlock(this->getGpuGL());
  /external/skia/src/utils/
SkCondVar.cpp 38 void SkCondVar::unlock() { function in class:SkCondVar
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Lock.java 57 * l.unlock();
100 * <li>A successful {@code unlock} operation has the same
101 * memory synchronization effects as a successful <em>Unlock</em> action.
220 * lock.unlock();
227 * doesn't try to unlock if the lock was not acquired.
306 void unlock(); method in interface:Lock
  /packages/apps/Nfc/nci/jni/
Mutex.cpp 87 ** Function: unlock
89 ** Description: Unlock a mutex to unblock a thread.
94 void Mutex::unlock () function in class:Mutex
99 ALOGE ("Mutex::unlock: fail unlock; error=0x%X", res);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mutex.py 48 def unlock(self): member in class:mutex
49 """Unlock a mutex. If the queue is not empty, call the next
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mutex.py 48 def unlock(self): member in class:mutex
49 """Unlock a mutex. If the queue is not empty, call the next
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ToGrayValuesFilter.java 103 targetFrame.unlock();
113 inputImage.unlock();
115 outputFrame.unlock();
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
MediaElementAudioSourceNode.cpp 148 void MediaElementAudioSourceNode::unlock() function in class:WebCore::MediaElementAudioSourceNode
150 m_processLock.unlock();

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>