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

  /external/v8/src/
execution.h 35 // Flag used to set the interrupt causes.
37 INTERRUPT = 1 << 0,
177 void Interrupt();
231 // Reset limits to actual values. For example after handling interrupt.
execution.cc 52 // Ignore attempts to interrupt when interrupts are postponed.
273 // If the current limits are special (eg due to a pending interrupt) then
295 return thread_local_.interrupt_flags_ & INTERRUPT;
299 void StackGuard::Interrupt() {
301 thread_local_.interrupt_flags_ |= INTERRUPT;
785 stack_guard->Continue(INTERRUPT);
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 87 'Iconv::OutOfRange', 'IndexError', 'Interrupt', 'Kernel',
rails.php 80 'Iconv::OutOfRange', 'IndexError', 'Interrupt', 'Kernel',
  /external/oprofile/events/x86-64/family11h/
events 95 event:0xce counters:0,1,2,3 um:zero minimum:500 name:INTERRUPTS_MASKED_CYCLES_WITH_INTERRUPT_PENDING : Cycles with interrupts masked while interrupt pending
129 event:0x1ea counters:0,1,2,3 um:interrupt_events minimum:500 name:INTERRUPT_EVENTS : Interrupt Events
  /external/qemu-pc-bios/bochs/bios/
rombios.c 55 // $fef3 ; Initial Interrupt Vector Offsets Loaded by POST
56 // $ff53 ; IRET Instruction for Dummy Interrupt Handler
614 // for access to RAM area which is used by interrupt vectors
    [all...]

Completed in 194 milliseconds