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

  /external/chromium_org/base/process/
process_metrics_ios.cc 15 kern_return_t kr = task_info(mach_task_self(),
process_metrics_mac.cc 25 kern_return_t kr = task_info(task,
227 kr = task_info(task,
  /external/skia/bench/
BenchSysTimer_mach.cpp 23 if (KERN_SUCCESS != task_info(task,
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.cc 276 const PendingTaskInfo& task_info) {
281 task_info.location,
282 task_info.task);
285 pending_tasks_.push(task_info);
331 const PendingTaskInfo& task_info = pending_tasks_.front(); local
333 task_info.location,
334 task_info.task);
mtp_device_delegate_impl_linux.h 79 // call-and-reply to the UI thread. |task_info.task| runs on the UI thread.
81 // If the device is already initialized, post the |task_info.task| immediately
84 // If the device is uninitialized, store the |task_info| in a pending task
87 void EnsureInitAndRunTask(const PendingTaskInfo& task_info);
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.cc 460 const PendingTaskInfo& task_info) {
466 task_info.location,
467 task_info.task,
468 task_info.reply);
473 pending_tasks_.push(task_info);
504 const PendingTaskInfo& task_info = pending_tasks_.front(); local
507 task_info.location,
508 task_info.task,
509 task_info.reply);
mtp_device_delegate_impl_win.h 112 // call-and-reply to a blocking pool thread. |task_info.task| runs on a
113 // blocking pool thread and |task_info.reply| runs on the IO thread.
115 // If the device is already initialized, post the |task_info.task|
118 // If the device is uninitialized, store the |task_info| in a pending task
121 void EnsureInitAndRunTask(const PendingTaskInfo& task_info);
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc 328 if (KERN_SUCCESS != task_info(mach_task_self(), TASK_THREAD_TIMES_INFO,
331 LOG(LS_ERROR) << "::task_info(TASK_THREAD_TIMES_INFO) failed";
338 if (KERN_SUCCESS != task_info(mach_task_self(), TASK_BASIC_INFO,
341 LOG(LS_ERROR) << "::task_info(TASK_BASIC_INFO) failed";

Completed in 102 milliseconds