Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_resource.c1269 mach_msg_type_number_t task_info_count, task_ttimes_count; in calcru() local
1283 task_ttimes_count = TASK_THREAD_TIMES_INFO_COUNT; in calcru()
1285 (task_info_t)&ttimesinfo, &task_ttimes_count); in calcru()