Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dkern_monotonic.c215 uint64_t thread_counts[MT_CORE_NFIXED] = { 0 }; in mt_fixed_task_counts() local
229 r = mt_fixed_thread_counts(thread, thread_counts); in mt_fixed_task_counts()
236 counts[i] += thread_counts[i]; in mt_fixed_task_counts()
243 mt_cur_thread_fixed_counts(thread_counts); in mt_fixed_task_counts()
248 counts[i] += thread_counts[i]; in mt_fixed_task_counts()
/xnu-8019.80.24/bsd/dev/
H A Dmonotonic.c317 uint64_t thread_counts[MT_CORE_NFIXED] = { 0 }; in thread_selfcounts() local
319 mt_cur_thread_fixed_counts(thread_counts); in thread_selfcounts()
322 counts[0] = thread_counts[MT_CORE_INSTRS]; in thread_selfcounts()
324 counts[1] = thread_counts[MT_CORE_CYCLES]; in thread_selfcounts()