Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dstack-guard.cc69 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()
Dstack-guard.h113 bool has_pending_interrupts(const ExecutionAccess& lock) { in has_pending_interrupts() function