Searched refs:last_switch (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c481 *timestamp = thread->last_switch;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h224 uint64_t last_switch; /* time of last context switch */ member in struct:thread
H A Dsched_prim.c1713 thread->last_switch = processor->last_dispatch;
1715 thread->computation_metered += (thread->last_switch - thread->computation_epoch);
1778 self->last_switch = processor->last_dispatch;
1780 self->computation_epoch = self->last_switch;
H A Dthread.c203 thread_template.last_switch = 0;

Completed in 16 milliseconds