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

  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 87 'Iconv::OutOfRange', 'IndexError', 'Interrupt', 'Kernel',
rails.php 80 'Iconv::OutOfRange', 'IndexError', 'Interrupt', 'Kernel',
  /external/v8/src/
execution.h 35 // Flag used to set the interrupt causes.
37 INTERRUPT = 1 << 0,
170 static void Interrupt();
211 // Reset limits to actual values. For example after handling interrupt.
272 // stack guard and the limits are not set to interrupt values.
273 // TODO(214): Stack overflows are ignored if a interrupt is pending. This
execution.cc 232 // If the current limits are special (eg due to a pending interrupt) then
259 return thread_local_.interrupt_flags_ & INTERRUPT;
263 void StackGuard::Interrupt() {
265 thread_local_.interrupt_flags_ |= INTERRUPT;
681 // interrupt
682 StackGuard::Continue(INTERRUPT);

Completed in 35 milliseconds