Searched refs:has_pending_interrupts (Results 1 – 2 of 2) sorted by relevance
69 if (has_pending_interrupts(access)) { in EnableInterrupts()99 if (has_pending_interrupts(access)) set_interrupt_limits(access); in PushInterruptsScope()101 if (!has_pending_interrupts(access)) reset_limits(access); in PushInterruptsScope()129 if (has_pending_interrupts(access)) set_interrupt_limits(access); in PopInterruptsScope()165 if (!has_pending_interrupts(access)) reset_limits(access); in ClearInterrupt()172 if (!has_pending_interrupts(access)) reset_limits(access); in HasTerminationRequest()189 if (!has_pending_interrupts(access)) reset_limits(access); in FetchAndClearInterrupts()
113 bool has_pending_interrupts(const ExecutionAccess& lock) { in has_pending_interrupts() function