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

  /external/chromium_org/base/process/
process_metrics_win.cc 200 FILETIME exit_time; local
206 if (!GetProcessTimes(process_, &creation_time, &exit_time,
  /external/chromium_org/content/gpu/
gpu_watchdog_thread.cc 266 FILETIME exit_time; local
271 &exit_time,
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc 303 FILETIME create_time, exit_time, kernel_time, user_time; local
305 &create_time, &exit_time, &kernel_time, &user_time)) {
  /external/chromium/base/
process_util_win.cc 747 FILETIME exit_time; local
753 if (!GetProcessTimes(process_, &creation_time, &exit_time,

Completed in 387 milliseconds