Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dmonotonic.h78 int mt_fixed_thread_counts(thread_t thread, uint64_t *counts_out);
H A Dkern_monotonic.c72 mt_fixed_thread_counts(thread_t thread, uint64_t *counts_out) in mt_fixed_thread_counts() function
229 r = mt_fixed_thread_counts(thread, thread_counts); in mt_fixed_task_counts()
H A Dthread.c502 mt_fixed_thread_counts(thread, counts); in thread_terminate_self()