HomeSort by relevance Sort by last modified time
    Searched refs:Unlock (Results 226 - 250 of 593) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
OpalPasswordSupportLib.c 49 AvalDiskActions->Unlock = 0;
89 AvalDiskActions->Unlock = 1;
91 AvalDiskActions->Unlock = 0;
  /build/soong/ui/build/
proc_sync.go 49 Unlock() error
65 func (l fileLock) Unlock() (err error) {
  /external/compiler-rt/lib/asan/
asan_debugging.cc 76 asanThreadRegistry().Unlock();
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 164 thread_registry->Unlock();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 97 recycle_mutex_.Unlock();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 50 mtx_->Unlock();
  /external/dng_sdk/source/
dng_pthread.cpp 76 void Unlock() { ::LeaveCriticalSection(&lock); }
122 mutex->Unlock();
565 (*mutex)->Unlock();
601 real_mutex.Unlock();
  /external/golang-protobuf/proto/
extensions.go 85 // notLocker is a sync.Locker whose Lock and Unlock methods are nops.
89 func (n notLocker) Unlock() {}
241 defer extProp.Unlock()
260 defer mu.Unlock()
299 defer mu.Unlock()
340 mu.Unlock()
372 defer mu.Unlock()
508 defer mu.Unlock()
  /external/libchrome/base/files/
file.h 277 // (i.e. does not wait for another process to unlock the file). If the lock
298 // Unlock a file previously locked.
299 Error Unlock();
  /external/swiftshader/src/D3D8/
Direct3DVertexBuffer8.cpp 181 vertexBuffer->unlock();
186 long Direct3DVertexBuffer8::Unlock()
  /external/swiftshader/src/D3D9/
Direct3DIndexBuffer9.cpp 203 long Direct3DIndexBuffer9::Unlock()
211 indexBuffer->unlock();
Direct3DVertexBuffer9.cpp 222 long Direct3DVertexBuffer9::Unlock()
230 vertexBuffer->unlock();
  /external/v8/src/heap/
array-buffer-tracker.cc 60 if (target_page->InNewSpace()) target_page->mutex()->Unlock();
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp 53 metadata_buffer_.Unlock();
223 int BufferHubBuffer::Unlock() { return buffer_.Unlock(); }
230 Unlock();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsdriver.h 180 STDMETHOD(Unlock)(THIS_ LPVOID pvAudio1,DWORD dwLen1,LPVOID pvAudio2,DWORD dwLen2) PURE;
198 #define IDsDriverBuffer_Unlock(p,a,b,c,d) (p)->lpVtbl->Unlock(p,a,b,c,d)
339 STDMETHOD(Unlock)(THIS_ LPVOID pvAudio1,DWORD dwLen1,LPVOID pvAudio2,DWORD dwLen2) PURE;
355 #define IDsCaptureDriverBuffer_Unlock(p,a,b,c,d) (p)->lpVtbl->Unlock(p,a,b,c,d)
  /prebuilts/go/darwin-x86/src/context/
context.go 257 p.mu.Unlock()
297 p.mu.Unlock()
331 c.mu.Unlock()
337 defer c.mu.Unlock()
353 c.mu.Unlock()
367 c.mu.Unlock()
399 defer c.mu.Unlock()
437 c.mu.Unlock()
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_unix.go 52 defer r.mu.Unlock()
112 defer r.mu.Unlock()
  /prebuilts/go/darwin-x86/src/mime/
type.go 45 defer extensionsMu.Unlock()
179 defer extensionsMu.Unlock()
  /prebuilts/go/linux-x86/src/context/
context.go 257 p.mu.Unlock()
297 p.mu.Unlock()
331 c.mu.Unlock()
337 defer c.mu.Unlock()
353 c.mu.Unlock()
367 c.mu.Unlock()
399 defer c.mu.Unlock()
437 c.mu.Unlock()
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_unix.go 52 defer r.mu.Unlock()
112 defer r.mu.Unlock()
  /prebuilts/go/linux-x86/src/mime/
type.go 45 defer extensionsMu.Unlock()
179 defer extensionsMu.Unlock()
  /art/runtime/
monitor.cc 457 monitor_lock_.Unlock(self); // Let go of locks in order.
589 monitor_lock_.Unlock(self);
657 ThrowIllegalMonitorStateExceptionF("unlock of unowned monitor on object of type '%s'"
663 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'"
672 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'"
680 ThrowIllegalMonitorStateExceptionF("unlock of monitor originally owned by '%s' (now"
687 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'"
697 bool Monitor::Unlock(Thread* self) {
721 // We don't own this, so we're not allowed to unlock it.
736 monitor_lock_.Unlock(self)
    [all...]
  /build/soong/android/
onceper.go 39 defer once.valuesLock.Unlock()
  /external/protobuf/src/google/protobuf/stubs/
common.cc 340 void Mutex::Unlock() {
376 void Mutex::Unlock() {
  /external/swiftshader/src/Main/
FrameBufferDD.cpp 367 frontBuffer->Unlock(0);
436 void FrameBufferDD::unlock() function in class:sw::FrameBufferDD
440 backBuffer->Unlock(0);
489 unlock();

Completed in 662 milliseconds

1 2 3 4 5 6 7 8 91011>>