Searched defs:threadGroupName (Results 1 – 2 of 2) sorted by relevance
215 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()
244 String threadGroupName = reply.getNextValueAsString(); in testThreadGroup002() local