Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dv8threads.cc102 void Locker::StartPreemption(int every_n_ms) { in StartPreemption() function in v8::Locker
103 v8::internal::ContextSwitcher::StartPreemption(every_n_ms); in StartPreemption()
371 void ContextSwitcher::StartPreemption(int every_n_ms) { in StartPreemption() function in v8::internal::ContextSwitcher
Dv8threads.h121 static void StartPreemption(int every_n_ms);
Dv8.cc87 v8::Locker::StartPreemption(100); in Initialize()
Dd8.cc744 Locker::StartPreemption(preemption_interval); in Main()
/external/webkit/V8Binding/v8/test/cctest/
Dtest-threads.cc41 v8::Locker::StartPreemption(100); in TEST()
Dtest-thread-termination.cc175 v8::Locker::StartPreemption(1); in TEST()
Dtest-api.cc6840 v8::Locker::StartPreemption(1); in RunTest()
6962 v8::Locker::StartPreemption(1); in RunTest()
7259 v8::Locker::StartPreemption(1); in RunTest()
/external/webkit/WebCore/bindings/v8/
DWorkerContextExecutionProxy.cpp132 v8::Locker::StartPreemption(workerThreadPreemptionIntervalMs); in initV8IfNeeded()
/external/webkit/V8Binding/v8/include/
Dv8.h2659 static void StartPreemption(int every_n_ms);