Searched refs:interrupt_scopes_ (Results 1 – 2 of 2) sorted by relevance
330 for (InterruptsScope* current = thread_local_.interrupt_scopes_; in PushInterruptsScope()339 scope->prev_ = thread_local_.interrupt_scopes_; in PushInterruptsScope()340 thread_local_.interrupt_scopes_ = scope; in PushInterruptsScope()345 InterruptsScope* top = thread_local_.interrupt_scopes_; in PopInterruptsScope()367 thread_local_.interrupt_scopes_ = top->prev_; in PopInterruptsScope()380 if (thread_local_.interrupt_scopes_ && in RequestInterrupt()381 thread_local_.interrupt_scopes_->Intercept(flag)) { in RequestInterrupt()397 for (InterruptsScope* current = thread_local_.interrupt_scopes_; in ClearInterrupt()454 interrupt_scopes_ = nullptr; in Clear()471 interrupt_scopes_ = nullptr; in Initialize()
215 InterruptsScope* interrupt_scopes_; variable