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

  /external/v8/src/
v8threads.cc 423 if (isolate->context_switcher() == NULL) {
426 isolate->context_switcher()->Start();
430 isolate->context_switcher()->sleep_ms_ = every_n_ms;
440 if (isolate->context_switcher() != NULL) {
443 isolate->context_switcher()->keep_going_ = false;
445 isolate->context_switcher()->Join();
447 delete(isolate->context_switcher());
isolate.h 855 ContextSwitcher* context_switcher() { return context_switcher_; } function in class:v8::internal::Isolate
    [all...]

Completed in 182 milliseconds