Home
last modified time | relevance | path

Searched refs:willWait (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp1677 bool willWait; in CheckForWork_Impl() local
1687 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() local
2203 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()