Searched refs:willWait (Results 1 – 1 of 1) sorted by relevance
1677 bool willWait; in CheckForWork_Impl() local1687 willWait = false; in CheckForWork_Impl()1700 willWait = (synchronous && (waitResult == THREAD_WAITING)); in CheckForWork_Impl()1701 if (willWait && (kIOInterruptTypeLevel & ivars->interruptType) && ivars->enable) { in CheckForWork_Impl()1710 if (willWait) { in CheckForWork_Impl()2184 bool willWait; in waitInterruptTrap() local2203 willWait = false; in waitInterruptTrap()2216 willWait = (waitResult == THREAD_WAITING); in waitInterruptTrap()2217 if (willWait && (kIOInterruptTypeLevel & ivars->interruptType) && ivars->enable) { in waitInterruptTrap()2226 if (willWait) { in waitInterruptTrap()