HomeSort by relevance Sort by last modified time
    Searched defs:Unlock (Results 51 - 73 of 73) sorted by null

1 23

  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 204 Unlock();
236 Unlock();
246 Unlock();
275 Unlock();
292 // * At entry and exit of Lock() and Unlock(), the current thread
310 "Last Unlock didn't reset recursion_count_");
317 void MemoryRegionMap::Unlock() {
319 RAW_CHECK(recursion_count_ > 0, "unlock when not held");
321 "unlock when not held, and recursion_count_ is wrong");
322 RAW_CHECK(current_thread_is(lock_owner_tid_), "unlock by non-holder")
    [all...]
  /external/chromium_org/v8/src/
v8threads.cc 79 isolate_->thread_manager()->Unlock();
89 isolate_->thread_manager()->Unlock();
165 void ThreadManager::Unlock() {
167 mutex_.Unlock();
isolate.h     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 233 void BlockingMutex::Unlock() {
sanitizer_thread_registry.h 86 void Unlock() { mtx_.Unlock(); }
sanitizer_win.cc 393 // constructors, we should probably manually Lock/Unlock all the global
401 void BlockingMutex::Unlock() {
sanitizer_linux.cc 450 void BlockingMutex::Unlock() {
  /external/chromium_org/base/memory/
discardable_memory_ashmem_allocator.cc 77 // Lock() and Unlock(), data could get lost if they are not written to the
78 // underlying file when Unlock() gets called.
434 void DiscardableAshmemChunk::Unlock() {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 663 void RelayServerConnection::Unlock() {
  /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...]
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 278 void UserManagerScreenHandler::Unlock(const std::string& user_email) {
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 225 void Mutex::Unlock() {
    [all...]
  /external/chromium_org/third_party/webrtc/base/
stream.cc 493 bool FileStream::Unlock() {
    [all...]
  /external/chromium_org/third_party/webrtc/sound/
pulseaudiosoundsystem.cc 161 Unlock();
199 void Unlock() {
200 pulse()->Unlock();
297 Unlock();
364 Unlock();
376 Unlock();
390 void Unlock() {
391 stream_.Unlock();
421 // We get the data pointer and size now in order to save one Lock/Unlock
440 Unlock();
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 253 void Unlock() {
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 517 milliseconds

1 23