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

/external/v8/src/
H A Doptimizing-compile-dispatcher.h90 base::ConditionVariable ref_count_zero_; member in class:v8::internal::OptimizingCompileDispatcher
H A Doptimizing-compile-dispatcher.cc67 dispatcher->ref_count_zero_.NotifyOne();
142 while (ref_count_ > 0) ref_count_zero_.Wait(&ref_count_mutex_);
157 while (ref_count_ > 0) ref_count_zero_.Wait(&ref_count_mutex_);

Completed in 89 milliseconds