HomeSort by relevance Sort by last modified time
    Searched defs:interrupt (Results 51 - 75 of 164) sorted by null

1 23 4 5 6 7

  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 108 void SQLiteDatabase::interrupt() function in class:WebCore::SQLiteDatabase
  /external/webkit/Source/WebCore/storage/
AbstractDatabase.cpp 484 void AbstractDatabase::interrupt() function in class:WebCore::AbstractDatabase
486 m_sqliteDatabase.interrupt();
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 282 public void interrupt() { method in class:AccessibilityManager
287 mService.interrupt(mUserId);
289 Log.i(LOG_TAG, "Requested interrupt from all services");
292 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
  /frameworks/base/services/java/com/android/server/am/
TransferPipe.java 145 mThread.interrupt();
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedOutputStreamTest.java 242 rt.interrupt();
267 rt.interrupt();
OldPipedWriterTest.java 216 readerThread.interrupt();
267 readerThread.interrupt();
  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 160 thr1.interrupt();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldServerSocketChannelTest.java 101 thread.interrupt();
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 87 thread.interrupt();
103 thread.interrupt();
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 143 rt.interrupt();
215 rt.interrupt();
  /packages/apps/Email/src/com/android/email/
EmailConnectivityManager.java 87 thread.interrupt();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryDownloadProgressBar.java 75 if (null != mReporterThread) mReporterThread.interrupt();
  /libcore/luni/src/main/java/java/lang/
Thread.java 636 * Posts an interrupt request to this {@code Thread}. The behavior depends on
642 * be woken up, their interrupt status will be cleared, and they receive an
646 * {@link java.nio.channels.InterruptibleChannel} will have their interrupt
652 * their interrupt status set and return immediately. They don't receive an
659 public void interrupt() { method in class:Thread
660 // Interrupt this thread before running actions so that other
661 // threads that observe the interrupt as a result of an action
665 vmt.interrupt();
677 * <code>currentThread()</code>) has a pending interrupt request (<code>
681 * @return a <code>boolean</code> indicating the interrupt statu
1207 interrupt(); method
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 256 * t.interrupt();
312 * and interrupt in-progress tasks
417 * unnecessary interrupt storms, especially during shutdown.
418 * Otherwise exiting threads would concurrently interrupt those
423 * permission to interrupt and actually interrupting.
513 * have permission to actually interrupt threads in the worker set
514 * (as governed by Thread.interrupt, which relies on
519 * All actual invocations of Thread.interrupt (see
525 * failure to actually interrupt threads may disable or delay full
527 * and failure to actually interrupt will merely delay response t
    [all...]
FutureTask.java 38 * avoid surprising users about retaining interrupt status during
144 t.interrupt();
296 * Ensures that any interrupt from a possible cancel(true) is only
301 // chance to interrupt us. Let's spin-wait patiently.
304 Thread.yield(); // wait out pending interrupt
308 // We want to clear any interrupt we may have received from
312 // cancellation interrupt.
358 * Awaits completion or aborts on interrupt or timeout.
  /packages/apps/Gallery2/src/com/android/photos/data/
MediaCache.java 276 sInstance.mProcessNotifications.interrupt();
278 processingThread.interrupt();
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 127 mThread.interrupt();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedWriterTest.java 462 rdrThread.interrupt();
PipedInputStreamTest.java 90 t.interrupt();
396 t.interrupt();
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 246 // we indeed waited; a slow thread had enough time to interrupt us
303 threadToInterrupt.interrupt();
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 143 void DisplayListRenderer::interrupt() { function in class:android::uirenderer::DisplayListRenderer
  /frameworks/base/services/java/com/android/server/wm/
ViewServer.java 125 mThread.interrupt();
  /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();
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 243 if (mWorker != null) mWorker.interrupt();
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractListeningExecutorServiceTest.java 212 t.interrupt();

Completed in 2496 milliseconds

1 23 4 5 6 7