Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_resource.c1526 mach_msg_type_number_t task_info_count, task_ttimes_count; in calcru() local
1540 task_ttimes_count = TASK_THREAD_TIMES_INFO_COUNT; in calcru()
1542 (task_info_t)&ttimesinfo, &task_ttimes_count); in calcru()