Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread.c1014 dst_thread->p_switch = src_thread->p_switch; in thread_copy_resource_info()
1062 task->p_switch += thread->p_switch; in thread_terminate_queue_invoke()
H A Dthread.h671 uint32_t p_switch; /* total processor switches */ member
H A Dtask.h299 uint32_t p_switch; /* total processor switches */ member
H A Dtask.c1844 new_task->p_switch = 0; in task_create_internal()
1999 to_task->p_switch = from_task->p_switch; in task_rollup_accounting_info()
H A Dsched_prim.c3265 thread->p_switch++; in thread_invoke()
3410 thread->p_switch++; in thread_invoke()