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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.c221 thread_template.c_switch = thread_template.p_switch = thread_template.ps_switch = 0;
501 task->ps_switch += thread->ps_switch;
H A Dtask.h314 uint32_t ps_switch; /* total pset switches */ member in struct:task
H A Dthread.h278 uint32_t ps_switch; /* total pset switches */ member in struct:thread
H A Dtask.c451 new_task->c_switch = new_task->p_switch = new_task->ps_switch = 0;
H A Dsched_prim.c2123 thread->ps_switch++;
2233 thread->ps_switch++;

Completed in 69 milliseconds