Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dkern_monotonic.c134 mt_update_thread(thread_t thread) in mt_update_thread() function
179 bool updated = mt_update_thread(thread); in mt_sched_update()
365 (void)mt_update_thread(curthread); in mt_cur_thread_fixed_counts()
395 (void)mt_update_thread(curthread); in mt_cur_thread_instrs()
417 (void)mt_update_thread(curthread); in mt_cur_thread_cycles()
H A Dmonotonic.h77 bool mt_update_thread(thread_t thread);
/xnu-8020.121.3/bsd/dev/dtrace/
H A Dfbt_blacklist.c193 CLOSURE(mt_update_thread)