Searched refs:koids (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/task-utils/ |
| A D | walker.cpp | 110 koids->num_entries = actual; in fetch_children() 115 const walk_ctx_t* ctx, koid_table_t* koids, in do_threads_worker() argument 159 koid_table_t* koids = make_koid_table(); in do_threads() local 161 free_koid_table(koids); in do_threads() 166 const walk_ctx_t* ctx, koid_table_t* koids, in do_processes_worker() argument 207 job_koid, koids->entries[n], in do_processes_worker() 218 koid_table_t* koids = make_koid_table(); in do_processes() local 220 free_koid_table(koids); in do_processes() 225 const walk_ctx_t* ctx, koid_table_t* koids, in do_jobs_worker() argument 278 koid_table_t* koids = make_koid_table(); in do_jobs() local [all …]
|
| /system/core/svchost/ |
| A D | crashsvc.cpp | 24 fbl::unique_ptr<zx_koid_t[]>* koids, size_t* num_koids) { in GetChildKoids() argument 29 koids->reset(new zx_koid_t[count]); in GetChildKoids() 32 if (job.get_info(child_kind, koids->get(), count * sizeof(zx_koid_t), &actual, in GetChildKoids() 35 koids->reset(); in GetChildKoids() 47 koids->reset(new zx_koid_t[count]); in GetChildKoids()
|
| /system/utest/core/object-info/ |
| A D | object-info.cpp | 870 zx_koid_t koids[32]; in jobch_helper_smoke() local 874 koids, sizeof(koids), &actual, &avail), in jobch_helper_smoke() 883 snprintf(msg, sizeof(msg), "koid %zu", koids[i]); in jobch_helper_smoke() 885 EXPECT_EQ(zx_object_get_child(get_test_job(), koids[i], in jobch_helper_smoke()
|
| /system/fidl/fuchsia-hardware-display/ |
| A D | display-controller.fidl | 219 // with the same id (note that ids map well to koids).
|
Completed in 10 milliseconds