Home
last modified time | relevance | path

Searched refs:ref_count_mutex_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
H A Doptimizing-compile-dispatcher.cc66 base::MutexGuard lock_guard(&dispatcher_->ref_count_mutex_);
143 base::MutexGuard lock_guard(&ref_count_mutex_); in AwaitCompileTasks()
144 while (ref_count_ > 0) ref_count_zero_.Wait(&ref_count_mutex_); in AwaitCompileTasks()
157 base::MutexGuard lock_guard(&ref_count_mutex_); in FlushQueues()
158 while (ref_count_ > 0) ref_count_zero_.Wait(&ref_count_mutex_); in FlushQueues()
H A Doptimizing-compile-dispatcher.h101 base::Mutex ref_count_mutex_; member in v8::internal::OptimizingCompileDispatcher

Completed in 2 milliseconds