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

  /external/v8/src/
v8threads.cc 390 ContextSwitcher* ContextSwitcher::singleton_ = NULL; member in class:v8::internal::ContextSwitcher
403 if (singleton_ == NULL) {
405 singleton_ = new ContextSwitcher(every_n_ms);
406 singleton_->Start();
410 singleton_->sleep_ms_ = every_n_ms;
419 if (singleton_ != NULL) {
422 singleton_->keep_going_ = false;
423 singleton_->Join(); // Wait for the ContextSwitcher thread to exit.
425 delete(singleton_);
426 singleton_ = NULL
    [all...]
v8threads.h 139 static ContextSwitcher* singleton_; member in class:v8::internal::ContextSwitcher

Completed in 141 milliseconds