Searched refs:postpone_interrupts_nesting_ (Results 1 – 3 of 3) sorted by relevance
244 return thread_local_.postpone_interrupts_nesting_ > 0; in should_postpone_interrupts()291 int postpone_interrupts_nesting_; variable
434 if (thread_local_.postpone_interrupts_nesting_ == 0) { in RequestRuntimeProfilerTick()452 if (thread_local_.postpone_interrupts_nesting_ == 0) { in RequestGC()535 postpone_interrupts_nesting_ = 0; in Clear()555 postpone_interrupts_nesting_ = 0; in Initialize()
1378 stack_guard_->thread_local_.postpone_interrupts_nesting_++; in PostponeInterruptsScope()1383 if (--stack_guard_->thread_local_.postpone_interrupts_nesting_ == 0) { in ~PostponeInterruptsScope()