Searched refs:thread_list_count (Results 1 – 1 of 1) sorted by relevance
342 mach_msg_type_number_t thread_list_count = 0; in UpdateThreadList() local346 auto mach_err = ::task_threads(task, &thread_list, &thread_list_count); in UpdateThreadList()352 task, thread_list, thread_list_count, error.GetError(), in UpdateThreadList()357 if (thread_list_count > 0) { in UpdateThreadList()363 for (idx = 0; idx < thread_list_count; ++idx) { in UpdateThreadList()401 (vm_size_t)(thread_list_count * sizeof(::thread_t)); in UpdateThreadList()