Searched refs:is_interrupt_pending (Results 1 – 2 of 2) sorted by relevance
3216 ASSERT(prev_ != NULL || !debug->is_interrupt_pending(PREEMPT)); in EnterDebugger()3217 ASSERT(prev_ != NULL || !debug->is_interrupt_pending(DEBUGBREAK)); in EnterDebugger()3269 if (debug->is_interrupt_pending(PREEMPT)) { in ~EnterDebugger()3275 if (debug->is_interrupt_pending(DEBUGBREAK)) { in ~EnterDebugger()
313 bool is_interrupt_pending(InterruptFlag what) { in is_interrupt_pending() function