Home
last modified time | relevance | path

Searched refs:SetNumOfProcessorsForTest (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
Dcapture_scheduler_unittest.cc24 scheduler.SetNumOfProcessorsForTest(1 << i); in TEST()
48 scheduler.SetNumOfProcessorsForTest(1 << i); in TEST()
72 scheduler.SetNumOfProcessorsForTest(1 << i); in TEST()
Dcapture_scheduler.h36 void SetNumOfProcessorsForTest(int num_of_processors);
Dcapture_scheduler.cc65 void CaptureScheduler::SetNumOfProcessorsForTest(int num_of_processors) { in SetNumOfProcessorsForTest() function in remoting::CaptureScheduler