Searched refs:thread_list_count (Results 1 – 1 of 1) sorted by relevance
293 mach_msg_type_number_t thread_list_count = 0; in UpdateThreadList() local295 DNBError err(::task_threads(task, &thread_list, &thread_list_count), in UpdateThreadList()301 task, thread_list, thread_list_count); in UpdateThreadList()303 if (err.Status() == KERN_SUCCESS && thread_list_count > 0) { in UpdateThreadList()309 for (idx = 0; idx < thread_list_count; ++idx) { in UpdateThreadList()340 (vm_size_t)(thread_list_count * sizeof(thread_t)); in UpdateThreadList()