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

1 2 3 4

  /external/sfntly/cpp/src/sfntly/port/
lock.cc 44 void Lock::Unlock() {
66 void Lock::Unlock() {
  /device/google/cuttlefish_common/guest/vsoc/lib/
guest_lock.cpp 37 void GuestLock::Unlock() {
  /device/google/cuttlefish_common/host/vsoc/lib/
host_lock.cpp 39 void HostLock::Unlock() {
  /external/compiler-rt/test/tsan/
mutex_annotations.cc 25 void Unlock() {
38 m.Unlock();
42 m.Unlock();
  /prebuilts/go/darwin-x86/src/sync/
rwmutex.go 107 // Unlock unlocks rw for writing. It is a run-time error if rw is
108 // not locked for writing on entry to Unlock.
112 // arrange for another goroutine to RUnlock (Unlock) it.
113 func (rw *RWMutex) Unlock() {
125 throw("sync: Unlock of unlocked RWMutex")
132 rw.w.Unlock()
139 // the Lock and Unlock methods by calling rw.RLock and rw.RUnlock.
147 func (r *rlocker) Unlock() { (*RWMutex)(r).RUnlock() }
mutex.go 33 Unlock()
91 // Try to set mutexWoken flag to inform Unlock
112 // Unlock expects that starving mutex has waiters, which will not
169 // Unlock unlocks m.
170 // It is a run-time error if m is not locked on entry to Unlock.
174 // arrange for another goroutine to unlock it.
175 func (m *Mutex) Unlock() {
184 throw("sync: unlock of unlocked mutex")
  /prebuilts/go/linux-x86/src/sync/
rwmutex.go 107 // Unlock unlocks rw for writing. It is a run-time error if rw is
108 // not locked for writing on entry to Unlock.
112 // arrange for another goroutine to RUnlock (Unlock) it.
113 func (rw *RWMutex) Unlock() {
125 throw("sync: Unlock of unlocked RWMutex")
132 rw.w.Unlock()
139 // the Lock and Unlock methods by calling rw.RLock and rw.RUnlock.
147 func (r *rlocker) Unlock() { (*RWMutex)(r).RUnlock() }
mutex.go 33 Unlock()
91 // Try to set mutexWoken flag to inform Unlock
112 // Unlock expects that starving mutex has waiters, which will not
169 // Unlock unlocks m.
170 // It is a run-time error if m is not locked on entry to Unlock.
174 // arrange for another goroutine to unlock it.
175 func (m *Mutex) Unlock() {
184 throw("sync: unlock of unlocked mutex")
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
OpalPasswordSupportLib.h 58 // Indicates if unlock action is available. Requires disk to be currently locked.
60 UINT16 Unlock : 1;
  /external/drm_hwcomposer/
worker.h 35 void Unlock() {
36 mutex_.unlock();
  /external/libchrome/base/synchronization/
lock_impl_posix.cc 68 void LockImpl::Unlock() {
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.cc 52 void DesktopConfigurationMonitor::Unlock() {
  /build/soong/ui/build/
proc_sync.go 49 Unlock() error
65 func (l fileLock) Unlock() (err error) {
proc_sync_test.go 98 func (c *countLock) Unlock() (err error) {
157 err = lockfile.Unlock()
  /device/google/cuttlefish_common/common/vsoc/shm/
lock.h 85 void Unlock() {
162 void Unlock();
189 void Unlock();
232 void Unlock(RegionView*);
  /external/swiftshader/src/D3D8/
Direct3DIndexBuffer8.cpp 160 indexBuffer->unlock();
165 long Direct3DIndexBuffer8::Unlock()
Direct3DVertexBuffer8.cpp 181 vertexBuffer->unlock();
186 long Direct3DVertexBuffer8::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() {
  /device/google/cuttlefish_common/common/libs/threads/
cuttlefish_thread.h 52 void Unlock() {
119 mutex_.Unlock();
  /device/google/cuttlefish_common/common/vsoc/lib/
lock_common.cpp 122 << expected_state << " during unlock";
153 void layout::GuestAndHostLock::Unlock(RegionView* region) {
174 // be in the lock structure. Use the normal unlock logic, providing
  /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/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.cpp 70 Unlock();
217 Unlock();
281 Unlock();
302 // We need to lock and unlock framebuffers before accessing them
329 Unlock();
414 GalliumContext::Unlock()
  /external/swiftshader/src/D3D9/
Direct3DIndexBuffer9.cpp 203 long Direct3DIndexBuffer9::Unlock()
211 indexBuffer->unlock();
Direct3DVertexBuffer9.cpp 222 long Direct3DVertexBuffer9::Unlock()
230 vertexBuffer->unlock();

Completed in 932 milliseconds

1 2 3 4