Searched refs:thread_list_count (Results 1 – 1 of 1) sorted by relevance
343 mach_msg_type_number_t thread_list_count = 0; in UpdateThreadList() local347 auto mach_err = ::task_threads(task, &thread_list, &thread_list_count); in UpdateThreadList()353 task, thread_list, thread_list_count, error.GetError(), in UpdateThreadList()358 if (thread_list_count > 0) { in UpdateThreadList()364 for (idx = 0; idx < thread_list_count; ++idx) { in UpdateThreadList()402 (vm_size_t)(thread_list_count * sizeof(::thread_t)); in UpdateThreadList()