HomeSort by relevance Sort by last modified time
    Searched defs:Interrupt (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/src/
execution.cc 54 // Ignore attempts to interrupt when interrupts are postponed.
373 // If the current limits are special (e.g. due to a pending interrupt) then
401 return (thread_local_.interrupt_flags_ & INTERRUPT) != 0;
405 void StackGuard::Interrupt() {
407 thread_local_.interrupt_flags_ |= INTERRUPT;
923 stack_guard->Continue(INTERRUPT);
  /external/v8/src/
execution.cc 53 // Ignore attempts to interrupt when interrupts are postponed.
359 // If the current limits are special (e.g. due to a pending interrupt) then
387 return (thread_local_.interrupt_flags_ & INTERRUPT) != 0;
391 void StackGuard::Interrupt() {
393 thread_local_.interrupt_flags_ |= INTERRUPT;
904 // If FLAG_count_based_interrupts, every interrupt is a profiler interrupt.
922 stack_guard->Continue(INTERRUPT);
  /external/chromium_org/content/browser/download/
download_item_impl.cc 393 // |download_file_| can be NULL if Interrupt() is called after the
400 // by interrupt.
987 Interrupt(reason);
    [all...]
  /art/runtime/
thread.cc     [all...]
debugger.cc     [all...]

Completed in 178 milliseconds