HomeSort by relevance Sort by last modified time
    Searched full:num_of_processors_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/
capture_scheduler.cc 33 : num_of_processors_(base::SysInfo::NumberOfProcessors()),
36 DCHECK(num_of_processors_);
48 (kRecordingCpuConsumption * num_of_processors_);
64 num_of_processors_ = num_of_processors;
capture_scheduler.h 34 int num_of_processors_; member in class:remoting::CaptureScheduler

Completed in 65 milliseconds