Unlock            444 src/execution.cc     ExecutionAccess::Unlock(isolate_);
Unlock           1360 src/isolate.h    ~ExecutionAccess() { Unlock(isolate_); }
Unlock           1363 src/isolate.h    static void Unlock(Isolate* isolate) { isolate->break_access_->Unlock(); }
Unlock            535 src/platform.h   virtual int Unlock() = 0;
Unlock            574 src/platform.h     mutex_->Unlock();
Unlock            113 src/v8threads.cc     isolate_->thread_manager()->Unlock();
Unlock            128 src/v8threads.cc   isolate_->thread_manager()->Unlock();
Unlock            221 src/v8threads.cc   mutex_->Unlock();
Unlock             93 src/v8threads.h   void Unlock();
Unlock           4612 test/cctest/test-debug.cc     lock_->Unlock();
Unlock           4615 test/cctest/test-debug.cc     lock_->Unlock();  // Potential race condition with destructor because
Unlock             20 test/cctest/test-lock.cc   CHECK_EQ(0, mutex->Unlock());  // can unlock with the right token
Unlock             28 test/cctest/test-lock.cc   CHECK_EQ(0, mutex->Unlock());
Unlock             36 test/cctest/test-lock.cc   CHECK_EQ(0, mutex->Unlock());
Unlock             38 test/cctest/test-lock.cc   CHECK_EQ(0, mutex->Unlock());
Unlock             32 test/cctest/test-platform-linux.cc       CHECK_EQ(0, mutex->Unlock());
Unlock             41 test/cctest/test-platform-linux.cc     CHECK_EQ(0, mutex->Unlock());
Unlock             32 test/cctest/test-platform-nullos.cc       CHECK_EQ(0, mutex->Unlock());
Unlock             41 test/cctest/test-platform-nullos.cc     CHECK_EQ(0, mutex->Unlock());