Home
last modified time | relevance | path

Searched refs:task_ttimes_count (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Dkern_resource.c1529 mach_msg_type_number_t task_info_count, task_ttimes_count; in calcru() local
1543 task_ttimes_count = TASK_THREAD_TIMES_INFO_COUNT; in calcru()
1545 (task_info_t)&ttimesinfo, &task_ttimes_count); in calcru()