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 404 if (isolate->context_switcher() == NULL) {
407 isolate->context_switcher()->Start();
411 isolate->context_switcher()->sleep_ms_ = every_n_ms;
421 if (isolate->context_switcher() != NULL) {
424 isolate->context_switcher()->keep_going_ = false;
426 isolate->context_switcher()->Join();
428 delete(isolate->context_switcher());
isolate.h 868 ContextSwitcher* context_switcher() { return context_switcher_; } function in class:v8::internal::Isolate
    [all...]

Completed in 586 milliseconds