Searched refs:StartPreemption (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/
H A Dv8threads.h141 // StartPreemption if there is more than one thread running. If not, a single
146 static void StartPreemption(int every_n_ms);
H A Dv8threads.cc142 void Locker::StartPreemption(int every_n_ms) { function in class:v8::Locker
143 v8::internal::ContextSwitcher::StartPreemption(every_n_ms);
420 void ContextSwitcher::StartPreemption(int every_n_ms) { function in class:v8::internal::ContextSwitcher
H A Dd8.cc1452 Locker::StartPreemption(options.preemption_interval);
H A Disolate.cc1823 v8::Locker::StartPreemption(100);
/external/v8/test/cctest/
H A Dtest-threads.cc42 v8::Locker::StartPreemption(100);
H A Dtest-thread-termination.cc233 v8::Locker::StartPreemption(1);
H A Dtest-api.cc11607 v8::Locker::StartPreemption(1);
11730 v8::Locker::StartPreemption(1);
12040 v8::Locker::StartPreemption(1);
/external/v8/include/
H A Dv8.h3707 static void StartPreemption(int every_n_ms);

Completed in 144 milliseconds