Searched refs:interrupt (Results 1 - 25 of 119) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Darm-interrupt-attr.c4 __attribute__((interrupt)) void test_generic_interrupt() {
10 __attribute__((interrupt("IRQ"))) void test_irq_interrupt() {
14 __attribute__((interrupt("FIQ"))) void test_fiq_interrupt() {
18 __attribute__((interrupt("SWI"))) void test_swi_interrupt() {
22 __attribute__((interrupt("ABORT"))) void test_abort_interrupt() {
27 __attribute__((interrupt("UNDEF"))) void test_undef_interrupt() {
31 // CHECK: attributes [[GENERIC_ATTR]] = { {{.*}} {{"interrupt"[^=]}}
32 // CHECK: attributes [[IRQ_ATTR]] = { {{.*}} "interrupt"="IRQ"
33 // CHECK: attributes [[FIQ_ATTR]] = { {{.*}} "interrupt"="FIQ"
34 // CHECK: attributes [[SWI_ATTR]] = { {{.*}} "interrupt"
[all...]
H A Dmips-interrupt-attr.c3 void __attribute__ ((interrupt("vector=sw0")))
9 void __attribute__ ((interrupt("vector=sw1")))
15 void __attribute__ ((interrupt("vector=hw0")))
21 void __attribute__ ((interrupt("vector=hw1")))
27 void __attribute__ ((interrupt("vector=hw2")))
33 void __attribute__ ((interrupt("vector=hw3")))
39 void __attribute__ ((interrupt("vector=hw4")))
45 void __attribute__ ((interrupt("vector=hw5")))
51 void __attribute__ ((interrupt))
56 // CHECK: attributes [[SW0]] = { {{.*}} "interrupt"
[all...]
/external/clang/test/Sema/
H A Darm-interrupt-attr.c3 __attribute__((interrupt(IRQ))) void foo() {} // expected-error {{'interrupt' attribute requires a string}}
4 __attribute__((interrupt("irq"))) void foo1() {} // expected-warning {{'interrupt' attribute argument not supported: irq}}
6 __attribute__((interrupt("IRQ", 1))) void foo2() {} // expected-error {{'interrupt' attribute takes no more than 1 argument}}
8 __attribute__((interrupt("IRQ"))) void foo3() {}
9 __attribute__((interrupt("FIQ"))) void foo4() {}
10 __attribute__((interrupt("SWI"))) void foo5() {}
11 __attribute__((interrupt("ABOR
[all...]
H A Dattr-msp430.c4 void f(void) __attribute__((interrupt(i))); /* expected-error {{'interrupt' attribute requires an integer constant}} */
6 void f2(void) __attribute__((interrupt(12)));
H A Dmips-interrupt-attr.c4 struct a test __attribute__((interrupt)); // expected-warning {{'interrupt' attribute only applies to functions and methods}}
6 __attribute__((interrupt("EIC"))) void foo1() {} // expected-warning {{'interrupt' attribute argument not supported: 'EIC'}}
8 __attribute__((interrupt("eic", 1))) void foo2() {} // expected-error {{'interrupt' attribute takes no more than 1 argument}}
10 __attribute__((interrupt("eic"))) void foo3() {}
11 __attribute__((interrupt("vector=sw0"))) void foo4() {}
12 __attribute__((interrupt("vector=hw0"))) void foo5() {}
13 __attribute__((interrupt("vecto
[all...]
/external/clang/test/Misc/
H A Dast-dump-arm-attr.c3 __attribute__((interrupt)) void Test(void);
H A Dast-dump-msp430-attr.c3 __attribute__((interrupt(12))) void Test(void);
/external/autotest/client/site_tests/hardware_Interrupt/
H A Dhardware_Interrupt.py23 interrupts per module or per interrupt number/name
39 interrupt = fields[0].strip().split(':')[0]
40 if interrupt.isdigit():
43 interrupt = int(interrupt)
44 self._int_count[interrupt] = count
45 logging.debug('int[%s] = %d', interrupt, count)
47 def get(self, interrupt):
48 if interrupt in self._int_count:
49 logging.debug('got int[%s] = %d', interrupt,
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThreadAborter.java39 /** A simple class that can interrupt a {@link WaitingThread}. */
52 waitingThread.interrupt();
60 * @param waitingThread The thread to interrupt when aborting.
65 waitingThread.interrupt();
/external/testng/src/test/java/test/timeout/
H A DInvocationTimeOutSampleTest.java12 Thread.currentThread().interrupt();
21 Thread.currentThread().interrupt();
H A DTestTimeOutSampleTest.java12 Thread.currentThread().interrupt();
/external/testng/src/test/java/test/invokedmethodlistener/
H A DSample.java14 Thread.currentThread().interrupt();
23 Thread.currentThread().interrupt();
/external/parameter-framework/asio/include/asio/detail/
H A Dpipe_select_interrupter.hpp36 ASIO_DECL void interrupt();
38 // Reset the select interrupt. Returns true if the call was interrupted.
54 // The read end of a connection used to interrupt the select call. This file
60 // The write end of a connection used to interrupt the select call. A single
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dpipe_select_interrupter.hpp36 ASIO_DECL void interrupt();
38 // Reset the select interrupt. Returns true if the call was interrupted.
54 // The read end of a connection used to interrupt the select call. This file
60 // The write end of a connection used to interrupt the select call. A single
/external/testng/src/test/java/test/annotationtransformer/
H A DAnnotationTransformerClassSampleTest.java23 Thread.currentThread().interrupt();
/external/guava/guava/src/com/google/common/util/concurrent/
H A DUninterruptibles.java65 Thread.currentThread().interrupt();
93 Thread.currentThread().interrupt();
114 Thread.currentThread().interrupt();
144 Thread.currentThread().interrupt();
181 Thread.currentThread().interrupt();
210 Thread.currentThread().interrupt();
230 Thread.currentThread().interrupt();
257 Thread.currentThread().interrupt();
284 Thread.currentThread().interrupt();
324 Thread.currentThread().interrupt();
[all...]
H A DAbstractCheckedFuture.java51 * {@code checkedGet} method has already restored the interrupt after catching
53 * wishes to swallow the interrupt, it can do so by calling
69 * implementation will set the current thread's interrupt status before
80 Thread.currentThread().interrupt();
97 * implementation will set the current thread's interrupt status before
109 Thread.currentThread().interrupt();
/external/clang/test/Preprocessor/
H A Dhas_attribute.c43 #if __has_attribute(interrupt)
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DInterruptionUtil.java41 * Runnable which will interrupt the target thread repeatedly when run.
64 interruptee.interrupt();
87 interruptee.interrupt();
101 interruptingThread.interrupt();
138 Thread.currentThread().interrupt();
/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/testng/src/test/java/test/tmp/
H A DTmp.java17 Thread.currentThread().interrupt();
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DThreadUtils.java71 * re-interrupt the thread.
87 Thread.currentThread().interrupt();
109 Thread.currentThread().interrupt();
151 Thread.currentThread().interrupt();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
H A DSystemProcessTest.java31 Thread.currentThread().interrupt();
/external/srtp/crypto/kernel/
H A Dalloc.c66 #include <linux/interrupt.h>

Completed in 1112 milliseconds

12345