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

  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 179 GST_PROC get_system_times = reinterpret_cast<GST_PROC>(get_system_times_); local
183 if (get_system_times) {
185 if (!get_system_times(&idle_time, &kernel_time, &user_time)) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc 196 GST_PROC get_system_times = reinterpret_cast<GST_PROC>(get_system_times_); local
200 if (get_system_times) {
202 if (!get_system_times(&idle_time, &kernel_time, &user_time)) {

Completed in 885 milliseconds