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

  /external/v8/src/
v8threads.h 141 // StartPreemption if there is more than one thread running. If not, a single
146 static void StartPreemption(int every_n_ms);
v8threads.cc 142 void Locker::StartPreemption(int every_n_ms) {
143 v8::internal::ContextSwitcher::StartPreemption(every_n_ms);
420 void ContextSwitcher::StartPreemption(int every_n_ms) {
d8.cc     [all...]
isolate.cc     [all...]
  /external/v8/test/cctest/
test-threads.cc 42 v8::Locker::StartPreemption(100);
test-thread-termination.cc 233 v8::Locker::StartPreemption(1);
test-api.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 143 milliseconds