Searched refs:task_info (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics_ios.cc15 kern_return_t kr = task_info(mach_task_self(),
H A Dprocess_metrics_mac.cc25 kern_return_t kr = task_info(task,
227 kr = task_info(task,
/external/skia/bench/
H A DBenchSysTimer_mach.cpp23 if (KERN_SUCCESS != task_info(task,
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.cc274 const PendingTaskInfo& task_info) {
279 task_info.location,
280 task_info.task);
283 pending_tasks_.push(task_info);
329 const PendingTaskInfo& task_info = pending_tasks_.front(); local
331 task_info.location,
332 task_info.task);
273 EnsureInitAndRunTask( const PendingTaskInfo& task_info) argument
H A Dmtp_device_delegate_impl_linux.h76 // call-and-reply to the UI thread. |task_info.task| runs on the UI thread.
78 // If the device is already initialized, post the |task_info.task| immediately
81 // If the device is uninitialized, store the |task_info| in a pending task
84 void EnsureInitAndRunTask(const PendingTaskInfo& task_info);
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.cc459 const PendingTaskInfo& task_info) {
465 task_info.location,
466 task_info.task,
467 task_info.reply);
472 pending_tasks_.push(task_info);
503 const PendingTaskInfo& task_info = pending_tasks_.front(); local
506 task_info.location,
507 task_info.task,
508 task_info.reply);
458 EnsureInitAndRunTask( const PendingTaskInfo& task_info) argument
H A Dmtp_device_delegate_impl_win.h109 // call-and-reply to a blocking pool thread. |task_info.task| runs on a
110 // blocking pool thread and |task_info.reply| runs on the IO thread.
112 // If the device is already initialized, post the |task_info.task|
115 // If the device is uninitialized, store the |task_info| in a pending task
118 void EnsureInitAndRunTask(const PendingTaskInfo& task_info);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcpumonitor.cc335 if (KERN_SUCCESS != task_info(mach_task_self(), TASK_THREAD_TIMES_INFO,
338 LOG(LS_ERROR) << "::task_info(TASK_THREAD_TIMES_INFO) failed";
345 if (KERN_SUCCESS != task_info(mach_task_self(), TASK_BASIC_INFO,
348 LOG(LS_ERROR) << "::task_info(TASK_BASIC_INFO) failed";

Completed in 227 milliseconds