Searched defs:thread (Results 1 – 3 of 3) sorted by relevance
277 public void setInterruptibleInFuture(Thread thread, long timeMs); in setInterruptibleInFuture()286 public void interrupt(Thread thread, String message); in interrupt()
479 public void setInterruptibleInFuture(Thread thread, final long timeMs) { in setInterruptibleInFuture()498 public synchronized void interrupt(Thread thread, String message) { in interrupt()
1028 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack()