HomeSort by relevance Sort by last modified time
    Searched refs:targetThread (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
Debugger.c     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaFeed.java 118 private void repeatShuttingDownThread(Thread targetThread) {
119 for (int i = 0; i < NUM_INTERRUPT_RETRIES && targetThread.isAlive(); ++i) {
120 targetThread.interrupt();
122 targetThread.join(JOIN_TIMEOUT);
124 Log.w(TAG, "Cannot stop the thread: " + targetThread.getName(), e);
130 if (targetThread.isAlive()) {
131 Log.w(TAG, "Cannot stop the thread: " + targetThread.getName());
    [all...]

Completed in 111 milliseconds