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

  /system/core/storaged/include/
uid_info.h 52 class task_info { class in namespace:android::os::storaged
65 std::unordered_map<uint32_t, task_info> tasks; // mapped from pid
  /external/valgrind/none/tests/darwin/
bug254164.c 21 task_info(task, TASK_BASIC_INFO, (task_info_t)&t_info, &t_info_count);
  /external/libchrome/base/test/
test_mock_time_task_runner.cc 290 TestPendingTask task_info; local
291 if (!DequeueNextTask(original_now_ticks, max_delta, &task_info))
293 // If tasks were posted with a negative delay, task_info.GetTimeToRun() will
296 ForwardClocksUntilTickTime(task_info.GetTimeToRun());
297 std::move(task_info.task).Run();
  /external/skia/tools/
ProcStats.cpp 40 task_info(mach_task_self(), MACH_TASK_BASIC_INFO, (task_info_t)&info, &count)) {
  /external/skqp/tools/
ProcStats.cpp 40 task_info(mach_task_self(), MACH_TASK_BASIC_INFO, (task_info_t)&info, &count)) {
  /system/core/storaged/
uid_info.cpp 45 task_info task;
storaged_uid_monitor.cpp 81 bool task_info::parse_task_io_stats(std::string&& s)
187 task_info t;
340 const task_info& task = task_it.second;
storaged_utils.cpp 82 const task_info& task = task_it.second;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce_40_2_2.c 56 static void task_info(struct rvce_encoder *enc, uint32_t op, function
87 enc->task_info(enc, 0x00000000, 0, 0, 0);
288 enc->task_info(enc, 0x00000002, 0, 0xffffffff, 0);
303 enc->task_info(enc, 0x00000003, 0, 0, 0);
428 enc->task_info(enc, 0x00000001, 0, 0, 0);
441 enc->task_info = task_info;
radeon_vce_52.c 170 enc->task_info(enc, 0x00000000, 0, 0, 0);
208 enc->task_info(enc, 0x00000003, dep, 0, bs_idx);
422 enc->task_info(enc, 0x00000002, 0, 0xffffffff, 0);
441 enc->task_info(enc, 0x00000001, 0, 0, 0);
548 static void task_info(struct rvce_encoder *enc, uint32_t op, function
630 enc->task_info = task_info;
radeon_vce.h 382 void (*task_info)(struct rvce_encoder *enc, uint32_t op, member in struct:rvce_encoder
radeon_vce_50.c 95 enc->task_info(enc, 0x00000003, dep, 0, bs_idx);
  /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/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 440 task_info(mach_task_self(), TASK_BASIC_INFO, (task_info_t)&info, &count);
  /external/honggfuzz/mac/
arch.c 57 #include <mach/task_info.h>
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 666 DECL_TEMPLATE(darwin, task_info);
syswrap-darwin.c     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/runtime/
race.a 90 cgo_import_dynamic task_info task_info ''
    [all...]
  /external/valgrind/
NEWS     [all...]
  /external/valgrind/docs/html/
dist.news.html     [all...]

Completed in 579 milliseconds