Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Drecount.h181 uint64_t recount_current_thread_interrupt_time_mach(void);
H A Dsyscall_subr.c572 self->computation_interrupt_epoch = recount_current_thread_interrupt_time_mach(); in thread_poll_yield()
H A Dpriority.c174 …new_computation -= recount_current_thread_interrupt_time_mach() - thread->computation_interrupt_ep… in thread_quantum_expire()
H A Drecount.c593 recount_current_thread_interrupt_time_mach(void) in recount_current_thread_interrupt_time_mach() function
H A Dsched_prim.c3838 self->computation_interrupt_epoch = recount_current_thread_interrupt_time_mach(); in thread_dispatch()