Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java277 public void setInterruptibleInFuture(Thread thread, long timeMs); in setInterruptibleInFuture()
286 public void interrupt(Thread thread, String message); in interrupt()
DRunUtil.java479 public void setInterruptibleInFuture(Thread thread, final long timeMs) { in setInterruptibleInFuture()
498 public synchronized void interrupt(Thread thread, String message) { in interrupt()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java1028 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack()