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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtask.h196 uint32_t ps_switch; /* total pset switches */ member in struct:task
H A Dthread.c199 thread_template.c_switch = thread_template.p_switch = thread_template.ps_switch = 0;
439 task->ps_switch += thread->ps_switch;
H A Dthread.h245 uint32_t ps_switch; /* total pset 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.c1520 thread->ps_switch++;
1597 thread->ps_switch++;

Completed in 36 milliseconds