HomeSort by relevance Sort by last modified time
    Searched refs:interrupt (Results 276 - 300 of 485) sorted by null

<<11121314151617181920

  /art/runtime/
monitor_test.cc 234 // Interrupt the other thread.
235 monitor_test_->thread_->Interrupt(self);
291 int64_t c_millis, bool c_expected, bool interrupt, uint64_t use_sleep,
330 if (interrupt) {
375 // after which it will interrupt the create task and then wait another 10ms.
  /external/libunwind/doc/
unw_is_signal_frame.tex 26 to a frame created in response to a device interrupt.
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ikbdinterrupt.S 24 * IKBD 6301 interrupt routine
257 | End of interrupt
273 | Call old MIDI interrupt
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 337 public void interrupt() { method in class:AccessibilityManager
351 service.interrupt(userId);
353 Log.i(LOG_TAG, "Requested interrupt from all services");
356 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 260 Thread.currentThread().interrupt();
282 Thread.currentThread().interrupt();
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
FutureTaskTest.java 423 * cancel(true) tries to interrupt a running task, but
424 * Thread.interrupt throws (simulating a restrictive security
440 @Override public void interrupt() {
452 // We failed to deliver the interrupt, but the world retains
498 * cancel(false) does not interrupt a running task
711 Thread.currentThread().interrupt();
727 t.interrupt();
740 Thread.currentThread().interrupt();
756 t.interrupt();
PriorityBlockingQueueTest.java 309 Thread.currentThread().interrupt();
326 t.interrupt();
394 t.interrupt();
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 260 * t.interrupt();
316 * and interrupt in-progress tasks
421 * unnecessary interrupt storms, especially during shutdown.
422 * Otherwise exiting threads would concurrently interrupt those
427 * permission to interrupt and actually interrupting.
522 * have permission to actually interrupt threads in the worker set
523 * (as governed by Thread.interrupt, which relies on
528 * All actual invocations of Thread.interrupt (see
534 * failure to actually interrupt threads may disable or delay full
536 * and failure to actually interrupt will merely delay response t
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 98 mThread.interrupt();
551 public void interrupt() { method in class:BluetoothOppObexClientSession.ClientThread
552 super.interrupt();
BluetoothOppTransfer.java 258 * user confirmation we can interrupt it nicely
403 mConnectThread.interrupt();
417 mHandlerThread.interrupt();
546 public void interrupt() { method in class:BluetoothOppTransfer.SocketConnectThread
  /libcore/libart/src/main/java/java/lang/
Thread.java 626 * Posts an interrupt request to this {@code Thread}. The behavior depends on
632 * be woken up, their interrupt status will be cleared, and they receive an
636 * {@link java.nio.channels.InterruptibleChannel} will have their interrupt
642 * their interrupt status set and return immediately. They don't receive an
649 public void interrupt() { method in class:Thread
650 // Interrupt this thread before running actions so that other
651 // threads that observe the interrupt as a result of an action
666 * <code>currentThread()</code>) has a pending interrupt request (<code>
670 * @return a <code>boolean</code> indicating the interrupt status
672 * @see Thread#interrupt
1222 interrupt(); method
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 319 } interrupt; member in struct:kvm_vcpu_events
  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm.h 319 } interrupt; member in struct:kvm_vcpu_events
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm.h 319 } interrupt; member in struct:kvm_vcpu_events
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 129 mThread.interrupt();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 283 Thread.currentThread().interrupt();
  /external/arduino/libraries/Wire/utility/
twi.c 24 #include <avr/interrupt.h>
89 // enable twi module, acks, and twi interrupt
95 * Desc sets slave address and enables interrupt
135 // response to the received byte before the interrupt is signalled.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler.py 157 self._host.executive.interrupt(self._perf_process.pid)
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 166 conn.db.interrupt();
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 45 /* Architectural interrupt line count. */
59 __u8 irr; /* interrupt request register */
60 __u8 imr; /* interrupt mask register */
61 __u8 isr; /* interrupt service register */
282 /* Interrupt shadow states */
300 } interrupt; member in struct:kvm_vcpu_events
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
kvm.h 45 /* Architectural interrupt line count. */
59 __u8 irr; /* interrupt request register */
60 __u8 imr; /* interrupt mask register */
61 __u8 isr; /* interrupt service register */
282 /* Interrupt shadow states */
300 } interrupt; member in struct:kvm_vcpu_events
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5Proxy.java 175 this.serverThread.interrupt();
  /frameworks/av/include/private/media/
AudioTrackShared.h 48 #define CBLK_INTERRUPT 0x200 // set by client on interrupt(), cleared by client in obtainBuffer()
105 // up (V) by server or binderDied() or interrupt()
234 void interrupt();

Completed in 1653 milliseconds

<<11121314151617181920