Searched refs:p_switch (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtask.h195 uint32_t p_switch; /* total processor switches */ member in struct:task
H A Dthread.c199 thread_template.c_switch = thread_template.p_switch = thread_template.ps_switch = 0;
438 task->p_switch += thread->p_switch;
H A Dthread.h244 uint32_t p_switch; /* total processor switches */ member in struct:thread
H A Dtask.c370 new_task->c_switch = new_task->p_switch = new_task->ps_switch = 0;
H A Dsched_prim.c1521 thread->p_switch++;
1598 thread->p_switch++;

Completed in 44 milliseconds