Searched defs:interrupt (Results 1 - 25 of 33) sorted by relevance

12

/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
H A Dbiosint.c15 * @v interrupt INT number
16 * @v handler Offset within .text16 to interrupt handler
21 * the address of the previously-installed handler for this interrupt;
24 void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler, argument
32 interrupt, rm_cs, handler );
41 copy_from_real ( chain_vector, 0, ( interrupt * 4 ),
52 copy_to_real ( 0, ( interrupt * 4 ), &vector, sizeof ( vector ) );
59 * @v interrupt INT number
60 * @v handler Offset within .text16 to interrupt handler
63 * Unhooks an i386 interrupt handle
69 unhook_bios_interrupt( unsigned int interrupt, unsigned int handler, struct segoff *chain_vector ) argument
[all...]
/external/syslinux/gpxe/src/arch/i386/interface/syslinux/
H A Dcom32_call.c46 void __asmcall com32_intcall ( uint8_t interrupt, physaddr_t inregs_phys, physaddr_t outregs_phys ) { argument
52 com32_int_vector = interrupt;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThread.java196 public void interrupt() { method in class:WaitingThread
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
H A DLazyThreadReference.java69 public void interrupt() { method in class:LazyThreadReference
70 getValue().interrupt();
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java354 boolean cancel(boolean interrupt) { argument
355 return complete(null, null, interrupt ? INTERRUPTED : CANCELLED);
/external/mtpd/
H A Dmtpd.c55 static void interrupt(int signal) function
178 signal(SIGHUP, interrupt);
179 signal(SIGINT, interrupt);
180 signal(SIGTERM, interrupt);
181 signal(SIGCHLD, interrupt);
201 interrupt(SIGTERM);
207 interrupt(SIGTERM);
/external/netperf/src/
H A Dnetcpu_kstat10.c48 uint64_t interrupt; member in struct:cpu_time_counters
64 "\t interrupt %llu\n",
69 counters[instance].interrupt);
257 counters[cpu_num].interrupt = 0;
271 counters[cpu_num].interrupt += knp->value.ui64;
395 the interrupt time accounting is in parallel with the other
397 idle will also include time spent in interrupt. for netperf's
402 we could just subtract interrupt time from idle. that has the
406 mechanism, suggested by a Sun engineer is to subtract interrupt
409 with the interrupt tim
[all...]
H A Dnetcpu_pstatnew.c34 interrupt. so, we can now use those to calculate CPU utilization
45 uint64_t interrupt; member in struct:cpu_time_counters
164 res[i].interrupt = (((uint64_t)psp[j].psp_interruptcycles.psc_hi << 32) +
170 res[i].interrupt);
199 "\t interrupt %llu\n",
204 counters[instance].interrupt);
264 thing in measuring user, kernel, interrupt and idle all together
265 instead of overlapping interrupt with the others like an OS that
267 accounting for interrupt cycles, whereby the cycles do not get
268 properly accounted. The sum of user, kernel, interrupt an
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DSslWrapper.java469 void interrupt() { method in class:SslWrapper
/external/google-breakpad/src/processor/
H A Dminidump_processor_unittest.cc210 void set_interrupt(bool interrupt) { interrupt_ = interrupt; } argument
474 // Test that the symbol supplier can interrupt processing
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java234 public void interrupt() { method in class:Database
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h48 /* Architectural interrupt line count. */
62 __u8 irr; /* interrupt request register */
63 __u8 imr; /* interrupt mask register */
64 __u8 isr; /* interrupt service register */
306 } interrupt; member in struct:kvm_vcpu_events
/external/strace/
H A Dstrace.c163 static void interrupt(int sig);
1941 set_sigaction(SIGHUP, interactive ? interrupt : SIG_IGN, NULL);
1942 set_sigaction(SIGINT, interactive ? interrupt : SIG_IGN, NULL);
1943 set_sigaction(SIGQUIT, interactive ? interrupt : SIG_IGN, NULL);
1944 set_sigaction(SIGPIPE, interactive ? interrupt : SIG_IGN, NULL);
1945 set_sigaction(SIGTERM, interactive ? interrupt : SIG_IGN, NULL);
2005 interrupt(int sig) function
2586 /* We handled quick cases, we are permitted to interrupt now. */
/external/v8/src/interpreter/
H A Dinterpreter.cc3067 Node* interrupt = __ StackCheckTriggeredInterrupt(); local
3068 __ Branch(interrupt, &stack_check_interrupt, &ok);
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 3262 milliseconds

12