Home
last modified time | relevance | path

Searched defs:threadGroupName (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DThreadUtils.java215 public static Thread findThreadById(final long threadId, final String threadGroupName) { in findThreadById()
336 public static Collection<ThreadGroup> findThreadGroupsByName(final String threadGroupName) { in findThreadGroupsByName()
447 …tatic Collection<Thread> findThreadsByName(final String threadName, final String threadGroupName) { in findThreadsByName()
539 private static Predicate<ThreadGroup> predicateThreadGroup(final String threadGroupName) { in predicateThreadGroup()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DThreadGroup002Test.java244 String threadGroupName = reply.getNextValueAsString(); in testThreadGroup002() local