Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Drecount.h217 uint64_t recount_current_thread_interrupt_time_mach(void);
H A Dsyscall_subr.c582 self->computation_interrupt_epoch = recount_current_thread_interrupt_time_mach(); in thread_poll_yield()
H A Dpriority.c170 …new_computation -= recount_current_thread_interrupt_time_mach() - thread->computation_interrupt_ep… in thread_quantum_expire()
H A Drecount.c698 recount_current_thread_interrupt_time_mach(void) in recount_current_thread_interrupt_time_mach() function
H A Dsched_prim.c3750 self->computation_interrupt_epoch = recount_current_thread_interrupt_time_mach(); in thread_dispatch()