Home | History | Annotate | Download | only in src

Lines Matching refs:interrupt_flags_

295   return thread_local_.interrupt_flags_ & INTERRUPT;
301 thread_local_.interrupt_flags_ |= INTERRUPT;
308 return thread_local_.interrupt_flags_ & PREEMPT;
314 thread_local_.interrupt_flags_ |= PREEMPT;
321 return thread_local_.interrupt_flags_ & TERMINATE;
327 thread_local_.interrupt_flags_ |= TERMINATE;
334 return thread_local_.interrupt_flags_ & RUNTIME_PROFILER_TICK;
341 thread_local_.interrupt_flags_ |= RUNTIME_PROFILER_TICK;
354 return thread_local_.interrupt_flags_ & DEBUGBREAK;
360 thread_local_.interrupt_flags_ |= DEBUGBREAK;
367 return thread_local_.interrupt_flags_ & DEBUGCOMMAND;
374 thread_local_.interrupt_flags_ |= DEBUGCOMMAND;
382 thread_local_.interrupt_flags_ &= ~static_cast<int>(after_what);
427 interrupt_flags_ = 0;
447 interrupt_flags_ = 0;