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

  /external/chromium_org/content/gpu/
gpu_watchdog_thread.h 74 base::TimeDelta GetWatchedThreadTime();
gpu_watchdog_thread.cc 172 arm_cpu_time_ = GetWatchedThreadTime();
205 base::TimeDelta time_since_arm = GetWatchedThreadTime() - arm_cpu_time_;
291 base::TimeDelta GpuWatchdogThread::GetWatchedThreadTime() {

Completed in 91 milliseconds