HomeSort by relevance Sort by last modified time
    Searched refs:Unlock (Results 126 - 150 of 205) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 227 void Unlock() {
250 inline ~SpinLockHolder() { lock_->Unlock(); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 224 void Unlock() {
247 inline ~SpinLockHolder() { lock_->Unlock(); }
  /external/chromium_org/v8/src/base/platform/
condition-variable.cc 270 mutex->Unlock();
290 mutex->Unlock();
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mop.cc 80 t1.Unlock(m);
97 t1.Unlock(m);
tsan_test_util_linux.cc 157 void Mutex::Unlock() {
293 static_cast<Mutex*>(ev->ptr)->Unlock();
430 void ScopedThread::Unlock(const Mutex &m) {
  /art/runtime/
monitor.cc 257 monitor_lock_.Unlock(self); // Let go of locks in order.
342 ThrowIllegalMonitorStateExceptionF("unlock of unowned monitor on object of type '%s'"
348 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'"
357 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'"
365 ThrowIllegalMonitorStateExceptionF("unlock of monitor originally owned by '%s' (now"
372 ThrowIllegalMonitorStateExceptionF("unlock of monitor owned by '%s' on object of type '%s'"
382 bool Monitor::Unlock(Thread* self) {
398 // We don't own this, so we're not allowed to unlock it.
439 monitor_lock_.Unlock(self);
452 monitor_lock_.Unlock(self)
    [all...]
monitor.h 165 bool Unlock(Thread* thread)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 388 alloc_map_lock_.Unlock();
404 alloc_map_lock_.Unlock();
601 free_queue_lock_.Unlock();
611 free_queue_lock_.Unlock();
755 alloc_map_lock_.Unlock();
761 alloc_map_lock_.Unlock();
775 alloc_map_lock_.Unlock();
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 390 alloc_map_lock_.Unlock();
406 alloc_map_lock_.Unlock();
603 free_queue_lock_.Unlock();
613 free_queue_lock_.Unlock();
748 alloc_map_lock_.Unlock();
754 alloc_map_lock_.Unlock();
768 alloc_map_lock_.Unlock();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/screenlock_private/
screenlock_private_api.cc 71 // Mark the Easy Unlock behaviour on the lock screen as the one initiated
72 // by the Easy Unlock setup app as a trial one.
80 ScreenlockBridge::Get()->Unlock(GetProfile());
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 157 thread_registry->Unlock();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 93 recycle_mutex_.Unlock();
sanitizer_mac.cc 233 void BlockingMutex::Unlock() {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 50 mtx_->Unlock();
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 155 mutex_.Unlock();
470 mutex_.Unlock();
770 mutex_.Unlock();
875 mutex_.Unlock();
893 mutex_.Unlock();
1030 state->mu->Unlock();
1062 mutex_.Unlock();
    [all...]
skiplist_test.cc 320 mu_.Unlock();
327 mu_.Unlock();
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 351 CommonSanitizerReportMutex.Unlock();
352 ctx->report_mtx.Unlock();
397 ctx->report_mtx.Unlock();
398 ctx->thread_registry->Unlock();
402 ctx->report_mtx.Unlock();
403 ctx->thread_registry->Unlock();
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h     [all...]
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 97 GetDisassemblerLLVMC().Unlock();
211 llvm_disasm.Unlock();
298 llvm_disasm.Unlock();
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.cc 237 this->arena_->mu.Unlock();
454 // we unlock before mmap() both because mmap() may call a callback hook,
456 arena->mu.Unlock();
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.cc 237 this->arena_->mu.Unlock();
454 // we unlock before mmap() both because mmap() may call a callback hook,
456 arena->mu.Unlock();
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.cc 184 void WebPluginIMEWin::Unlock() {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.h 178 void Unlock();
  /external/chromium_org/third_party/webrtc/test/win/
d3d_renderer.cc 191 vertex_buffer_->Unlock();

Completed in 2410 milliseconds

1 2 3 4 56 7 8 9