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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu.c70 #define RHT_WAIT 0x01 macro
159 if (rht_state & RHT_WAIT)
161 rht_state &= ~(RHT_BUSY|RHT_WAIT);
337 rht_state |= RHT_WAIT;
368 if (rht_state & RHT_WAIT)
370 rht_state &= ~(RHT_BUSY|RHT_WAIT);

Completed in 6 milliseconds