Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Drecount.h343 void recount_switch_thread(struct recount_snap *snap, struct thread *off_thread,
H A Dpriority.c146 recount_switch_thread(&snap, thread, get_threadtask(thread)); in thread_quantum_expire()
H A Drecount.c822 recount_switch_thread(struct recount_snap *cur, struct thread *off_thread, in recount_switch_thread() function
H A Dsched_prim.c3105 recount_switch_thread(&snap, self, get_threadtask(self)); in thread_invoke()
3251 recount_switch_thread(&snap, self, get_threadtask(self)); in thread_invoke()
/xnu-10002.81.5/doc/
H A Drecount.md78 At context switch, `recount_switch_thread` captures the hardware counters with `recount_snapshot` i…