Home
last modified time | relevance | path

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

/external/v8/src/
Dv8threads.cc133 void Locker::StartPreemption(int every_n_ms) { in StartPreemption() function in v8::Locker
134 v8::internal::ContextSwitcher::StartPreemption(every_n_ms); in StartPreemption()
401 void ContextSwitcher::StartPreemption(int every_n_ms) { in StartPreemption() function in v8::internal::ContextSwitcher
Dv8threads.h145 static void StartPreemption(int every_n_ms);
Disolate.cc799 v8::Locker::StartPreemption(100); in Init()
Dd8.cc768 Locker::StartPreemption(preemption_interval); in Main()
/external/v8/test/cctest/
Dtest-threads.cc42 v8::Locker::StartPreemption(100); in TEST()
Dtest-thread-termination.cc230 v8::Locker::StartPreemption(1); in TEST()
Dtest-api.cc10061 v8::Locker::StartPreemption(1); in RunTest()
10183 v8::Locker::StartPreemption(1); in RunTest()
10477 v8::Locker::StartPreemption(1); in RunTest()
/external/v8/include/
Dv8.h3413 static void StartPreemption(int every_n_ms);