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

  /external/v8/test/cctest/
test-threads.cc 41 v8::Locker::StartPreemption(100);
test-thread-termination.cc 210 v8::Locker::StartPreemption(1);
test-api.cc     [all...]
  /external/v8/src/
v8threads.h 117 // StartPreemption if there is more than one thread running. If not, a single
122 static void StartPreemption(int every_n_ms);
v8threads.cc 114 void Locker::StartPreemption(int every_n_ms) {
115 v8::internal::ContextSwitcher::StartPreemption(every_n_ms);
401 void ContextSwitcher::StartPreemption(int every_n_ms) {
v8.cc 92 v8::Locker::StartPreemption(100);
d8.cc 748 Locker::StartPreemption(preemption_interval);
  /external/v8/include/
v8.h     [all...]

Completed in 866 milliseconds