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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu.c71 #define RHT_BUSY 0x02 macro
161 rht_state &= ~(RHT_BUSY|RHT_WAIT);
336 while (rht_state & RHT_BUSY) {
341 rht_state |= RHT_BUSY;
370 rht_state &= ~(RHT_BUSY|RHT_WAIT);

Completed in 72 milliseconds