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

/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c255 if(thread->t_chud & T_IN_CHUD) {
263 thread->t_chud |= T_IN_CHUD;
281 thread->t_chud &= ~(T_IN_CHUD);
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h400 #define T_IN_CHUD 0x02 /* this thread is already in a CHUD handler */ macro

Completed in 57 milliseconds