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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HardwareCanvasTextureViewActivity.java 120 interrupt(); method
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasObexClientSession.java 169 mClientThread.interrupt();
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
core.h 21 #include <linux/interrupt.h>
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 210 // been interrupted, so this interrupt is deemed to
212 Thread.currentThread().interrupt();
282 * <li>Some other thread {@linkplain Thread#interrupt interrupts}
284 * <li>Some other thread {@linkplain Thread#interrupt interrupts}
293 * <li>is {@linkplain Thread#interrupt interrupted} while waiting
303 * <p>If any thread is {@linkplain Thread#interrupt interrupted} while waiting,
345 * <li>Some other thread {@linkplain Thread#interrupt interrupts}
347 * <li>Some other thread {@linkplain Thread#interrupt interrupts}
356 * <li>is {@linkplain Thread#interrupt interrupted} while waiting
370 * <p>If any thread is {@linkplain Thread#interrupt interrupted} whil
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 119 keepalive.interrupt();
149 keepalive.interrupt();
241 keepalive.interrupt();
298 keepalive.interrupt();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaningTracker.java 178 reaper.interrupt();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryDownloadProgressBar.java 74 if (null != mReporterThread) mReporterThread.interrupt();
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 58 mThread.interrupt();
76 mThread.interrupt();
  /external/arduino/hardware/arduino/cores/arduino/
HardwareSerial.cpp 131 #warning No interrupt handler for usart 0
134 #error No interrupt handler for usart 0
260 // don't reverse this or there may be problems if the RX interrupt
264 // don't reverse this or there may be problems if the RX interrupt
WInterrupts.c 29 #include <avr/interrupt.h>
43 // Configure the interrupt mode (trigger on low input, any change, rising
48 // Enable the interrupt.
121 // Disable the interrupt. (We can't assume that interruptNum is equal
wiring.c 201 // enable timer 0 overflow interrupt
207 #error Timer 0 overflow interrupt not set correctly
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerTest.java 100 mockServiceInterface.interrupt(UserHandle.USER_OWNER);
106 manager.interrupt();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 88 t.interrupt();
372 t.interrupt();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessManagerTest.java 85 thread.interrupt();
101 thread.interrupt();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceQueueTest.java 144 rt.interrupt();
216 rt.interrupt();
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedWriterTest.java 216 readerThread.interrupt();
267 readerThread.interrupt();
  /libcore/jsr166-tests/src/test/java/jsr166/
ReentrantReadWriteLockTest.java 306 t.interrupt();
326 t.interrupt();
346 t.interrupt();
366 t.interrupt();
830 t.interrupt();
857 t.interrupt();
    [all...]
ArrayBlockingQueueTest.java 258 Thread.currentThread().interrupt();
275 t.interrupt();
310 t.interrupt();
337 t.interrupt();
363 Thread.currentThread().interrupt();
380 t.interrupt();
449 t.interrupt();
LinkedBlockingQueueTest.java 248 Thread.currentThread().interrupt();
265 t.interrupt();
300 t.interrupt();
327 t.interrupt();
353 Thread.currentThread().interrupt();
370 t.interrupt();
438 t.interrupt();
LinkedTransferQueueTest.java 199 Thread.currentThread().interrupt();
216 t.interrupt();
286 t.interrupt();
299 Thread.currentThread().interrupt();
788 interruptedThread.interrupt();
915 Thread.currentThread().interrupt();
932 t.interrupt();
    [all...]
ReentrantLockTest.java 239 t1.interrupt();
264 t1.interrupt();
305 t1.interrupt();
336 t1.interrupt();
360 t.interrupt();
471 t.interrupt();
890 // Interrupt before awaitUninterruptibly
893 Thread.currentThread().interrupt();
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyVpnService.java 136 mPacketReflector.interrupt();
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityManagerTest.java 164 mAccessibilityManager.interrupt();
  /development/ndk/platforms/android-3/include/linux/mtd/
cfi.h 17 #include <linux/interrupt.h>
  /external/guava/guava/src/com/google/common/collect/
Queues.java 272 Thread.currentThread().interrupt();

Completed in 1293 milliseconds

1 2 3 4 5 6 78 91011>>