Searched refs:recount_switch_thread (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | recount.h | 343 void recount_switch_thread(struct recount_snap *snap, struct thread *off_thread,
|
| H A D | priority.c | 146 recount_switch_thread(&snap, thread, get_threadtask(thread)); in thread_quantum_expire()
|
| H A D | recount.c | 822 recount_switch_thread(struct recount_snap *cur, struct thread *off_thread, in recount_switch_thread() function
|
| H A D | sched_prim.c | 3105 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 D | recount.md | 78 At context switch, `recount_switch_thread` captures the hardware counters with `recount_snapshot` i…
|