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

  /external/oj-libjdwp/src/share/back/
threadControl.c 117 * to this module are kept in the "otherThreads" list.
120 static ThreadList otherThreads;
245 node = nonTlsSearch(env, &otherThreads, thread);
572 otherThreads.first = NULL;
1061 node = insertThread(env, &otherThreads, thread);
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java 445 final ArrayList<ThreadSnapshot> otherThreads = new ArrayList<ThreadSnapshot>();
459 otherThreads.add(thread);
480 otherThreads.sort(cmp);
486 process.threads.addAll(otherThreads);

Completed in 109 milliseconds