HomeSort by relevance Sort by last modified time
    Searched refs:Interrupt (Results 1 - 8 of 8) 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 37 // Flag used to set the interrupt causes.
39 INTERRUPT = 1 << 0,
193 void Interrupt();
250 // Reset limits to actual values. For example after handling interrupt.
code-stubs.h 58 V(Interrupt) \
308 Major MajorKey() { return Interrupt; }
    [all...]
runtime.h 318 F(Interrupt, 0, 1) \
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/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 245 milliseconds