Searched refs:c_switch (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtask.h194 uint32_t c_switch; /* total context switches */ member in struct:task
H A Dbsd_kern.c544 cswitch += thread->c_switch;
566 ptinfo->pti_csw = task->c_switch + cswitch;
H A Dtask.c370 new_task->c_switch = new_task->p_switch = new_task->ps_switch = 0;
1446 events_info->csw = task->c_switch;
1449 events_info->csw += thread->c_switch;
H A Dthread.c199 thread_template.c_switch = thread_template.p_switch = thread_template.ps_switch = 0;
437 task->c_switch += thread->c_switch;
H A Dthread.h243 uint32_t c_switch; /* total context switches */ member in struct:thread
H A Dsched_prim.c1524 thread->c_switch++;
1601 thread->c_switch++;

Completed in 49 milliseconds