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

  /external/ltrace/sysdeps/linux-gnu/
trace.c 209 struct pid_task * task_info = &pids->tasks[pids->count++]; local
210 memset(task_info, 0, sizeof(*task_info));
211 task_info->pid = pid;
212 return task_info;
245 struct pid_task *task_info = get_task_info(pids, task->pid); local
246 if (task_info != NULL
247 && task_info->vforked)
277 struct pid_task *task_info = get_task_info(pids, task->pid); local
278 if (task_info == NULL
729 struct pid_task *task_info = get_task_info(&self->pids, task->pid); local
955 struct pid_task *task_info = get_task_info(&self->pids, task->pid); local
    [all...]
  /external/valgrind/none/tests/darwin/
bug254164.c 21 task_info(task, TASK_BASIC_INFO, (task_info_t)&t_info, &t_info_count);
  /external/skia/tools/
ProcStats.cpp 39 task_info(mach_task_self(), MACH_TASK_BASIC_INFO, (task_info_t)&info, &count)) {
  /external/autotest/site_utils/
job_history.py 92 task_info = {'task_id': task.id, 'task_name': task.task.lower(),
94 self.log_url = TASK_URL % task_info
282 task_info = SpecialTaskInfo(task)
284 self.tasks_before.append(task_info)
286 self.tasks_after.append(task_info)
  /external/libchrome/base/process/
process_metrics_mac.cc 45 kern_return_t kr = task_info(task,
262 kern_return_t kr = task_info(task,
317 kern_return_t kr = task_info(task,
  /external/autotest/contrib/
compare_suite.py 79 task_info = {'task_id': task.id, 'taskname': task.task.lower(),
81 self.log = TASK_URL % task_info
84 log_path = LOG_PATH_FMT % task_info
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.cc 41 #include <mach/task_info.h>
62 // <mach/task_info.h> in the Mac OS X 10.6 SDK.
396 if (task_info(task_, TASK_DYLD_INFO, (task_info_t)&task_dyld_info,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 405 task_info(mach_task_self(), TASK_BASIC_INFO, (task_info_t)&info, &count);
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 620 DECL_TEMPLATE(darwin, task_info);
syswrap-darwin.c     [all...]

Completed in 135 milliseconds