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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThread.java191 public void interrupt() { method in class:WaitingThread
/external/mtpd/
H A Dmtpd.c54 static void interrupt(int signal) function
177 signal(SIGHUP, interrupt);
178 signal(SIGINT, interrupt);
179 signal(SIGTERM, interrupt);
180 signal(SIGCHLD, interrupt);
200 interrupt(SIGTERM);
206 interrupt(SIGTERM);
/external/netperf/
H A Dnetcpu_kstat10.c48 uint64_t interrupt; member in struct:cpu_time_counters
67 "\t interrupt %llu\n",counters[instance].interrupt);
217 counters[cpu_num].interrupt = 0;
231 counters[cpu_num].interrupt += knp->value.ui64;
354 the interrupt time accounting is in parallel with the other
356 idle will also include time spent in interrupt. for netperf's
361 we could just subtract interrupt time from idle. that has the
365 mechanism, suggested by a Sun engineer is to subtract interrupt
368 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
131 res[i].interrupt = (((uint64_t)psp[i].psp_interruptcycles.psc_hi << 32) +
137 res[i].interrupt);
167 "\t interrupt %llu\n",counters[instance].interrupt);
227 thing in measuring user, kernel, interrupt and idle all together
228 instead of overlapping interrupt with the others like an OS that
230 accounting for interrupt cycles, whereby the cycles do not get
231 properly accounted. The sum of user, kernel, interrupt an
[all...]
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.cpp108 void SQLiteDatabase::interrupt() function in class:WebCore::SQLiteDatabase
/external/webkit/Source/WebCore/storage/
H A DAbstractDatabase.cpp484 void AbstractDatabase::interrupt() function in class:WebCore::AbstractDatabase
486 m_sqliteDatabase.interrupt();
/external/kernel-headers/original/linux/
H A Dserio.h18 #include <linux/interrupt.h>
35 spinlock_t lock; /* protects critical sections from port's interrupt handler */
45 struct serio_driver *drv; /* accessed from interrupt, must be protected by serio->lock and serio->sem */
63 irqreturn_t (*interrupt)(struct serio *, unsigned char, member in struct:serio_driver
138 * driver code from port's interrupt handler
172 * bit masks for use in "interrupt" flags (3rd argument)
H A Datmdev.h399 void (*interrupt)(struct atm_dev *dev); member in struct:atmphy_ops
/external/qemu/hw/
H A Dbt-hid.c88 struct bt_l2cap_conn_params_s *interrupt; member in struct:bt_hid_device_s
178 /* Disconnect s->control and s->interrupt */
402 bt_hid_send_data(hid->interrupt, BT_DATA_INPUT,
446 hid->connected = hid->control && hid->interrupt;
473 hid->interrupt = NULL;
500 if (hid->interrupt)
503 hid->interrupt = params;
504 hid->interrupt->opaque = hid;
505 hid->interrupt->close = bt_hid_close_interrupt;
506 hid->interrupt
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java234 public void interrupt() { method in class:Database
/external/strace/
H A Dstrace.c130 static void interrupt(int sig);
471 ? "Process %u attached with %u threads - interrupt to quit\n"
472 : "Process %u attached - interrupt to quit\n",
502 "Process %u attached - interrupt to quit\n",
1035 sa.sa_handler = interrupt;
1817 interrupt(sig) function
2690 /* we handled the STATUS, we are permitted to interrupt now. */
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c899 /* raise an SMI interrupt */
1012 /* map the interrupt */
1191 putb(&q, 3); /* entry type = I/O interrupt */
1192 putb(&q, 0); /* interrupt type = vectored interrupt */
1199 putb(&q, i == 0 ? 2 : i); /* dest I/O APIC interrupt in */
1201 putb(&q, i); /* dest I/O APIC interrupt in */
1333 uint16_t sci_int; /* System vector of SCI interrupt */
1512 uint32_t interrupt; /* Global system interrupt wher member in struct:madt_io_apic
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 249 milliseconds