HomeSort by relevance Sort by last modified time
    Searched refs:ref_count_zero_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
optimizing-compile-dispatcher.h 125 base::ConditionVariable ref_count_zero_; member in class:v8::internal::OptimizingCompileDispatcher
optimizing-compile-dispatcher.cc 73 dispatcher->ref_count_zero_.NotifyOne();
175 while (ref_count_ > 0) ref_count_zero_.Wait(&ref_count_mutex_);
191 while (ref_count_ > 0) ref_count_zero_.Wait(&ref_count_mutex_);

Completed in 113 milliseconds