Searched refs:chud_c_switch (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c609 if( thread->c_switch != thread->chud_c_switch )
619 thread->chud_c_switch = thread->c_switch - 1;
621 thread->chud_c_switch = thread->c_switch;
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h412 uint32_t chud_c_switch; /* last dispatch detection */ member in struct:thread

Completed in 14 milliseconds