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

  /external/chromium_org/v8/src/
v8threads.h 144 // StartPreemption if there is more than one thread running. If not, a single
149 static void StartPreemption(int every_n_ms);
v8threads.cc 146 void Locker::StartPreemption(int every_n_ms) {
147 v8::internal::ContextSwitcher::StartPreemption(every_n_ms);
442 void ContextSwitcher::StartPreemption(int every_n_ms) {
d8.cc     [all...]
isolate.cc     [all...]
  /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/chromium_org/v8/test/cctest/
test-threads.cc 44 v8::Locker::StartPreemption(100);
test-thread-termination.cc 227 v8::Locker::StartPreemption(1);
test-api.cc     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 2475 milliseconds